diff code_part1/OSTC_code_asm_part1/divemode.asm @ 406:2534277be060

Bug #52 fixed (ppO2 blinking if setpoint is not physically possible)
author heinrichsweikamp
date Wed, 06 Jul 2011 22:06:40 +0200
parents cd48cdb6e1ae
children 47b1135cbff3
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode.asm	Thu Jun 30 19:47:53 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/divemode.asm	Wed Jul 06 22:06:40 2011 +0200
@@ -120,8 +120,8 @@
 diveloop_loop1z
 	bcf		update_divetime				; clear flag
 
-	btfsc	FLAG_const_ppO2_mode		; only in const_ppO2_mode
-	call	PLED_const_ppO2_value		; display const ppO2 setting in [bar]
+;	btfsc	FLAG_const_ppO2_mode		; only in const_ppO2_mode
+;	call	PLED_const_ppO2_value		; display const ppO2 setting in [bar]
 	btfsc	ppO2_show_value				; show ppO2?
 	call	check_ppO2					; check ppO2 and displays warning if required