Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 780:de7fa2316913
add simple gas change countdown
author | heinrichsweikamp |
---|---|
date | Mon, 26 May 2014 23:15:59 +0200 |
parents | 43ef5a003df7 |
children | b0c96aaa86e4 |
comparison
equal
deleted
inserted
replaced
779:d2b7d78b0019 | 780:de7fa2316913 |
---|---|
581 #DEFINE no_deco_customviews flag15,5 ;=1: Selected mode is Apnoe or Gauge | 581 #DEFINE no_deco_customviews flag15,5 ;=1: Selected mode is Apnoe or Gauge |
582 #DEFINE maxdepth_greater_100m flag15,6 ;=1: Max Depth greater>100m | 582 #DEFINE maxdepth_greater_100m flag15,6 ;=1: Max Depth greater>100m |
583 #DEFINE show_cns_in_logbook flag15,7 ;=1: Show CNS value in logbook (>= V1.84) | 583 #DEFINE show_cns_in_logbook flag15,7 ;=1: Show CNS value in logbook (>= V1.84) |
584 | 584 |
585 #DEFINE store_bailout_event flag16,0 ;=1: Store the bailout event | 585 #DEFINE store_bailout_event flag16,0 ;=1: Store the bailout event |
586 | 586 #DEFINE gaschange_cnt_active flag16,1 ;=1: The gas switch countdown is active |
587 |