diff src/start.asm @ 204:93085f540746

minor
author heinrichsweikamp
date Sun, 23 Nov 2014 22:33:41 +0100
parents dcd513840c6c
children f5d909e03f52
line wrap: on
line diff
--- a/src/start.asm	Fri Nov 21 11:51:53 2014 +0100
+++ b/src/start.asm	Sun Nov 23 22:33:41 2014 +0100
@@ -51,11 +51,8 @@
 	bra		clear_rambank			; clear...
 
     call    init_ostc3
-  	call    speed_normal
-
 	bsf		no_sensor_int			; disable sensor interrupt
 
-	call	disable_rs232			; disable UART module
 ; Air pressure compensation	after reset
 	call	get_calibration_data	; Get calibration data from pressure sensor
 	banksel common                  ; get_calibration_data uses isr_backup
@@ -174,7 +171,6 @@
 	bra		restart					; x and y are equal -> do not reset cf
 		
 check_firmware_new:
-    call	speed_normal
 	call	TFT_boot                ; Initialize TFT (includes clear screen)
 	clrf    CCPR1L          		; Backlight off
     WIN_TOP     .50