diff src/surfmode.asm @ 487:5c7bee6df71c

minor
author heinrichsweikamp
date Mon, 13 Mar 2017 15:34:09 +0100
parents 18e047102e49
children bef07a837a60
line wrap: on
line diff
--- a/src/surfmode.asm	Mon Feb 20 15:51:51 2017 +0100
+++ b/src/surfmode.asm	Mon Mar 13 15:34:09 2017 +0100
@@ -182,7 +182,7 @@
 
 ; One Second tasks for all modes
 	call	speed_normal
-	call	TFT_debug_output
+	;call	TFT_debug_output
 	call	TFT_clock					; update clock
 	call	timeout_surfmode			; check timeout 
 	call	get_battery_voltage			; get battery voltage
@@ -198,6 +198,7 @@
 surfloop_loop2:	
 ; Tasks approx. every 50ms for all modes
 	call	test_switches_surfmode		; check switches
+	call	TFT_debug_output
 
 ; One minute tasks for all modes
 	btfsc	oneminupdate				; do every minute tasks