Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/menu_reset.asm @ 63:fee7c62b4de1
1.71beta - clock in divemode (CF39)
author | heinrichsweikamp |
---|---|
date | Wed, 29 Sep 2010 15:25:53 +0200 |
parents | 985607cfb813 |
children | df2d3b28947f |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/menu_reset.asm Mon Sep 20 21:51:18 2010 +0200 +++ b/code_part1/OSTC_code_asm_part1/menu_reset.asm Wed Sep 29 15:25:53 2010 +0200 @@ -257,7 +257,7 @@ #DEFINE color_warnings d'224' ; 8Bit Color Warnings: Red #DEFINE show_seconds_divemode d'0' ; 1Bit =1 Show the seconds in Divemode -#DEFINE not_used_cf39_binary d'0' ; 1Bit =1 Flip Display +#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 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 @@ -405,7 +405,7 @@ movlw show_seconds_divemode rcall reset_customfunction ; saves default and current value - movlw not_used_cf39_binary + movlw show_clock_divemode rcall reset_customfunction ; saves default and current value movlw not_used_cf40_binary