Mercurial > public > hwos_code
comparison src/menu_tree.asm @ 505:bef07a837a60
BUGFIX: Reset to MOD in Diluent Menu did reset Setpoint change depth
author | heinrichsweikamp |
---|---|
date | Mon, 26 Jun 2017 12:30:54 +0200 |
parents | 0910c227018f |
children | 4e6f5c36f4cc |
comparison
equal
deleted
inserted
replaced
504:f522210b3743 | 505:bef07a837a60 |
---|---|
10 ; 2011-07-11 : [jDG] Creation. | 10 ; 2011-07-11 : [jDG] Creation. |
11 | 11 |
12 #include "hwos.inc" ; Mandatory header | 12 #include "hwos.inc" ; Mandatory header |
13 #include "gaslist.inc" | 13 #include "gaslist.inc" |
14 #include "menu_processor.inc" | 14 #include "menu_processor.inc" |
15 #include "start.inc" | 15 #include "start.inc" |
16 #include "comm.inc" | 16 #include "comm.inc" |
17 #include "logbook.inc" | 17 #include "logbook.inc" |
18 #include "tft.inc" | 18 #include "tft.inc" |
19 #include "eeprom_rs232.inc" | 19 #include "eeprom_rs232.inc" |
20 #include "external_flash.inc" | 20 #include "external_flash.inc" |
21 #include "shared_definitions.h" ; Mailbox from/to p2_deco.c | 21 #include "shared_definitions.h" ; Mailbox from/to p2_deco.c |
22 #include "isr.inc" | 22 #include "isr.inc" |
23 #include "ghostwriter.inc" | 23 #include "ghostwriter.inc" |
24 #include "adc_lightsensor.inc" | 24 #include "adc_lightsensor.inc" |
25 #include "wait.inc" | 25 #include "wait.inc" |
26 #include "i2c.inc" | 26 #include "i2c.inc" |
27 | 27 |
28 CBLOCK tmp+0x40 ; Keep space for menu processor | 28 CBLOCK tmp+0x40 ; Keep space for menu processor |