diff code_part1/OSTC_code_asm_part1/divemode.asm @ 40:92001c045088

1.62 beta release
author heinrichsweikamp
date Wed, 02 Jun 2010 10:47:30 +0200
parents 1705b3f7e5b3
children 475a9e536d77
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode.asm	Tue Jun 01 12:23:17 2010 +0200
+++ b/code_part1/OSTC_code_asm_part1/divemode.asm	Wed Jun 02 10:47:30 2010 +0200
@@ -459,6 +459,10 @@
 
  	ostc_debug	'B'		; Sends debug-information to screen if debugmode active
 	call	divemode_prepare_flags_for_deco
+	
+	movlw	d'0'
+	movff	WREG,char_I_step_is_1min		; 2 second deco mode
+
 	call	deco_main_calc_hauptroutine		; calc_tissue
 	movlb	b'00000001'						; rambank 1 selected
 	ostc_debug	'C'		; Sends debug-information to screen if debugmode active