diff 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
line wrap: on
line diff
--- a/src/surfmode.asm	Sat Jun 24 19:26:06 2017 +0200
+++ b/src/surfmode.asm	Mon Jun 26 12:30:54 2017 +0200
@@ -10,19 +10,19 @@
 ;  2011-08-07 : [mH] moving from OSTC code
 
 #include    "hwos.inc"                 ; Mandatory header
-#include 	"shared_definitions.h"      ; Mailbox from/to p2_deco.c
-#include	"start.inc"
-#include	"tft.inc"
-#include	"tft_outputs.inc"
-#include	"isr.inc"
-#include	"adc_lightsensor.inc"
-#include 	"menu_processor.inc"
-#include	"strings.inc"
-#include	"sleepmode.inc"
-#include 	"wait.inc"                  ; speed_*
-#include	"external_flash.inc"
-#include	"customview.inc"
-#include	"divemode.inc"
+#include    "shared_definitions.h"      ; Mailbox from/to p2_deco.c
+#include    "start.inc"
+#include    "tft.inc"
+#include    "tft_outputs.inc"
+#include    "isr.inc"
+#include    "adc_lightsensor.inc"
+#include    "menu_processor.inc"
+#include    "strings.inc"
+#include    "sleepmode.inc"
+#include    "wait.inc"                  ; speed_*
+#include    "external_flash.inc"
+#include    "customview.inc"
+#include    "divemode.inc"
 #include    "mcp.inc"                   ; RX
 #include    "i2c.inc"
 #include    "comm.inc"