comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 730:ae641bcb0d02

store a bailout event in the logbook
author heinrichsweikamp
date Sun, 16 Jun 2013 16:09:02 +0200
parents 7357d61e9fa0
children b064dd9c9899
comparison
equal deleted inserted replaced
729:71e88ee8bbf2 730:ae641bcb0d02
572 #DEFINE menu3_active flag15,4 ;=1: menu entry three in divemode menu is active 572 #DEFINE menu3_active flag15,4 ;=1: menu entry three in divemode menu is active
573 #DEFINE no_deco_customviews flag15,5 ;=1: Selected mode is Apnoe or Gauge 573 #DEFINE no_deco_customviews flag15,5 ;=1: Selected mode is Apnoe or Gauge
574 #DEFINE maxdepth_greater_100m flag15,6 ;=1: Max Depth greater>100m 574 #DEFINE maxdepth_greater_100m flag15,6 ;=1: Max Depth greater>100m
575 #DEFINE show_cns_in_logbook flag15,7 ;=1: Show CNS value in logbook (>= V1.84) 575 #DEFINE show_cns_in_logbook flag15,7 ;=1: Show CNS value in logbook (>= V1.84)
576 576
577 577 #DEFINE store_bailout_event flag16,0 ;=1: Store the bailout event
578