# HG changeset patch
# User heinrichsweikamp
# Date 1310801551 -7200
# Node ID 46c1818ab58982496cfe6f171ad88163c7f9287b
# Parent  b2c9cc018671a44cb6bc25741abe1ddb528771bd
testing

diff -r b2c9cc018671 -r 46c1818ab589 code_part1/OSTC_code_asm_part1/divemode.asm
--- a/code_part1/OSTC_code_asm_part1/divemode.asm	Wed Jul 13 11:12:43 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/divemode.asm	Sat Jul 16 09:32:31 2011 +0200
@@ -48,9 +48,9 @@
 ; Startup Tasks for deco modes
 	call	PLED_display_ndl_mask		; display "no stop" if not in gauge or apnoe mode
 
-	btfsc	FLAG_const_ppO2_mode		; only in const_ppO2_mode
+	btfss	FLAG_const_ppO2_mode		; only in const_ppO2_mode
+	bra		diveloop_loop				; OC modes, skip
 	bsf		setpoint_changed			; Add a setpoint change to the first depth sample in CC mode
-	btfsc	FLAG_const_ppO2_mode		; only in const_ppO2_mode
 	bsf		event_occured				; set global event flag
 
 diveloop_loop:		; The diveloop starts here