Mercurial > public > hwos_code
comparison src/surfmode.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 | 5c7bee6df71c |
children | d36f9fca10ae |
comparison
equal
deleted
inserted
replaced
504:f522210b3743 | 505:bef07a837a60 |
---|---|
8 ;============================================================================= | 8 ;============================================================================= |
9 ; HISTORY | 9 ; HISTORY |
10 ; 2011-08-07 : [mH] moving from OSTC code | 10 ; 2011-08-07 : [mH] moving from OSTC code |
11 | 11 |
12 #include "hwos.inc" ; Mandatory header | 12 #include "hwos.inc" ; Mandatory header |
13 #include "shared_definitions.h" ; Mailbox from/to p2_deco.c | 13 #include "shared_definitions.h" ; Mailbox from/to p2_deco.c |
14 #include "start.inc" | 14 #include "start.inc" |
15 #include "tft.inc" | 15 #include "tft.inc" |
16 #include "tft_outputs.inc" | 16 #include "tft_outputs.inc" |
17 #include "isr.inc" | 17 #include "isr.inc" |
18 #include "adc_lightsensor.inc" | 18 #include "adc_lightsensor.inc" |
19 #include "menu_processor.inc" | 19 #include "menu_processor.inc" |
20 #include "strings.inc" | 20 #include "strings.inc" |
21 #include "sleepmode.inc" | 21 #include "sleepmode.inc" |
22 #include "wait.inc" ; speed_* | 22 #include "wait.inc" ; speed_* |
23 #include "external_flash.inc" | 23 #include "external_flash.inc" |
24 #include "customview.inc" | 24 #include "customview.inc" |
25 #include "divemode.inc" | 25 #include "divemode.inc" |
26 #include "mcp.inc" ; RX | 26 #include "mcp.inc" ; RX |
27 #include "i2c.inc" | 27 #include "i2c.inc" |
28 #include "comm.inc" | 28 #include "comm.inc" |
29 #include "eeprom_rs232.inc" | 29 #include "eeprom_rs232.inc" |
30 #include "calibrate.inc" | 30 #include "calibrate.inc" |