Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 818:3d9f56e0d18c
more auto-sp work
author | heinrichsweikamp |
---|---|
date | Sat, 06 Jun 2015 19:17:04 +0200 |
parents | e49a35ab7394 |
children | 95c08c0cfc29 |
comparison
equal
deleted
inserted
replaced
817:e49a35ab7394 | 818:3d9f56e0d18c |
---|---|
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 #DEFINE gaschange_cnt_active flag16,1 ;=1: The gas switch countdown is active | 586 #DEFINE gaschange_cnt_active flag16,1 ;=1: The gas switch countdown is active |
587 | 587 #DEFINE sp1_switched flag16,2 ;=1: This setpoint has been autoselected already |
588 #DEFINE sp2_switched flag16,3 ;=1: This setpoint has been autoselected already | |
589 #DEFINE sp3_switched flag16,4 ;=1: This setpoint has been autoselected already | |
590 |