Mercurial > public > hwos_code
diff 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 |
line wrap: on
line diff
--- a/src/menu_tree.asm Sat Jun 24 19:26:06 2017 +0200 +++ b/src/menu_tree.asm Mon Jun 26 12:30:54 2017 +0200 @@ -12,15 +12,15 @@ #include "hwos.inc" ; Mandatory header #include "gaslist.inc" #include "menu_processor.inc" -#include "start.inc" -#include "comm.inc" -#include "logbook.inc" -#include "tft.inc" -#include "eeprom_rs232.inc" -#include "external_flash.inc" -#include "shared_definitions.h" ; Mailbox from/to p2_deco.c -#include "isr.inc" -#include "ghostwriter.inc" +#include "start.inc" +#include "comm.inc" +#include "logbook.inc" +#include "tft.inc" +#include "eeprom_rs232.inc" +#include "external_flash.inc" +#include "shared_definitions.h" ; Mailbox from/to p2_deco.c +#include "isr.inc" +#include "ghostwriter.inc" #include "adc_lightsensor.inc" #include "wait.inc" #include "i2c.inc"