Mercurial > public > hwos_code
comparison src/comm.asm @ 66:00636132cca6
BUGFIX: Maintain last selected customview in surface mode
author | heinrichsweikamp |
---|---|
date | Sat, 11 Jan 2014 18:03:04 +0100 |
parents | ec4d8503ec45 |
children | 50697bd41c54 |
comparison
equal
deleted
inserted
replaced
65:11af55b5ebbb | 66:00636132cca6 |
---|---|
20 #include "tft_outputs.inc" | 20 #include "tft_outputs.inc" |
21 #include "surfmode.inc" | 21 #include "surfmode.inc" |
22 #include "rtc.inc" | 22 #include "rtc.inc" |
23 #include "adc_lightsensor.inc" | 23 #include "adc_lightsensor.inc" |
24 | 24 |
25 extern testloop,do_main_menu,new_battery_menu,restart,option_reset_all | 25 extern testloop,new_battery_menu,restart,option_reset_all |
26 | 26 |
27 #DEFINE timeout_comm_pre_mode .120 ; Pre-loop | 27 #DEFINE timeout_comm_pre_mode .120 ; Pre-loop |
28 #DEFINE timeout_comm_mode .120 ; Download mode | 28 #DEFINE timeout_comm_mode .120 ; Download mode |
29 #DEFINE timeout_service_mode .120 ; Service mode | 29 #DEFINE timeout_service_mode .120 ; Service mode |
30 | 30 |