diff src/start.asm @ 463:2c58631d5229

minor cleanups
author heinrichsweikamp
date Mon, 31 Oct 2016 15:21:12 +0100
parents b4417044a042
children 0491a84fd0b8
line wrap: on
line diff
--- a/src/start.asm	Fri Oct 28 11:30:50 2016 +0200
+++ b/src/start.asm	Mon Oct 31 15:21:12 2016 +0100
@@ -68,11 +68,10 @@
 ; Air pressure compensation	after reset
 	call	get_calibration_data	; Get calibration data from pressure sensor
 	banksel common                  ; get_calibration_data uses isr_backup
-	bcf		no_sensor_int		    ; normal sensor interrupt mode
 
-    call	TFT_DisplayOff			; display off
-    bsf     LEDr                    ; Status LED
-	bcf		pressure_refresh
+        call	TFT_DisplayOff			; display off
+        bsf     LEDr                    ; Status LED
+	bcf	pressure_refresh
 ; First pass will not have valid temperature!
 	btfss	pressure_refresh 		; Air pressure compensation
 	bra		$-2