Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/definitions.asm @ 517:a73a452ca155
Backed out changeset: b498245da3f1
author | heinrichsweikamp |
---|---|
date | Mon, 05 Dec 2011 20:58:10 +0100 |
parents | b498245da3f1 |
children | e33a8ac4b660 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm Mon Dec 05 20:40:10 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Mon Dec 05 20:58:10 2011 +0100 @@ -357,7 +357,6 @@ gaslist_active res 1 ; Holds flags for active gases desaturation_time_buffer res 2 ; buffer for desat time total_divetime_seconds res 2 ; counts dive seconds regardless of CF01 (18h max.) -temp11 res 1 ; used for unit conversion ;============================================================================= ; C-code Routines @@ -529,7 +528,7 @@ #DEFINE display_set_active flag13,2 ;=1: De/Activate gases underwater menu is visible #DEFINE deco_mode_changed flag13,3 ;=1: The Decomode was changes, show decomode description! #DEFINE pled_velocity_display flag13,4 ;=1: Velocity is displayed -#DEFINE depth_greater_100 flag13,5 ;=1: Depth is greater then 100 units +#DEFINE depth_greater_100m flag13,5 ;=1: Depth is greater then 100m #DEFINE display_set_setpoint flag13,6 ;=1: SetPoint list active #DEFINE toggle_customview flag13,7 ;=1: Next customview @@ -548,7 +547,7 @@ #DEFINE blinking_better_gas flag15,3 ;=1: Gas is currently blinking #DEFINE menu3_active flag15,4 ;=1: menu entry three in divemode menu is active #DEFINE no_deco_customviews flag15,5 ;=1: Selected mode is Apnoe or Gauge -#DEFINE maxdepth_greater_100 flag15,6 ;=1: Max Depth greater>100 units +#DEFINE maxdepth_greater_100m flag15,6 ;=1: Max Depth greater>100m #DEFINE show_cns_in_logbook flag15,7 ;=1: Show CNS value in logbook (>= V1.84)