diff code_part1/OSTC_code_asm_part1/menu_reset.asm @ 69:df2d3b28947f

1.71beta for Mk.2
author heinrichsweikamp
date Tue, 19 Oct 2010 15:35:23 +0200
parents fee7c62b4de1
children 69c462400279
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_reset.asm	Wed Oct 13 13:02:20 2010 +0200
+++ b/code_part1/OSTC_code_asm_part1/menu_reset.asm	Tue Oct 19 15:35:23 2010 +0200
@@ -258,7 +258,7 @@
 
 #DEFINE	show_seconds_divemode		d'0'		; 1Bit 		=1 Show the seconds in Divemode
 #DEFINE	show_clock_divemode			d'0'		; 1Bit		=1 Show the clock in Divemode
-#DEFINE	not_used_cf40_binary		d'0'		; 1Bit		=1 Use alternative outputs for ppO2 sensor
+#DEFINE	warn_ceiling_divemode		d'1'		; 1Bit		=1 Warn ceiling violation in divemode
 #DEFINE	start_with_stopwatch		d'0'		; 1Bit		=1 start with stopwatch
 #DEFINE	blink_gas_divemode 			d'0'		; 1Bit		=1 Show (resetable) average Depth instead of temperature
 
@@ -408,7 +408,7 @@
 	movlw	show_clock_divemode
 	rcall	reset_customfunction	; saves default and current value
 
-	movlw	not_used_cf40_binary	
+	movlw	warn_ceiling_divemode	
 	rcall	reset_customfunction	; saves default and current value
 
 	movlw	start_with_stopwatch