Mercurial > public > mk2
diff 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 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/definitions.asm Sat Jun 06 14:46:27 2015 +0200 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Sat Jun 06 19:17:04 2015 +0200 @@ -584,4 +584,7 @@ #DEFINE store_bailout_event flag16,0 ;=1: Store the bailout event #DEFINE gaschange_cnt_active flag16,1 ;=1: The gas switch countdown is active +#DEFINE sp1_switched flag16,2 ;=1: This setpoint has been autoselected already +#DEFINE sp2_switched flag16,3 ;=1: This setpoint has been autoselected already +#DEFINE sp3_switched flag16,4 ;=1: This setpoint has been autoselected already