diff src/start.asm @ 427:ceb1b7329dce

add code for new compass chip
author heinrichsweikamp
date Tue, 14 Jun 2016 13:02:17 +0200
parents 4389fe9673b2
children 4b93354b7738
line wrap: on
line diff
--- a/src/start.asm	Fri Jun 10 10:01:42 2016 +0200
+++ b/src/start.asm	Tue Jun 14 13:02:17 2016 +0200
@@ -189,9 +189,9 @@
     call    color_image             ; Show logo
 	call	TFT_standard_color
 	WIN_SMALL   .10,.100
-	STRCPY_TEXT_PRINT	tNewFirmware1	; "Update successfull!"
+	STRCPY_PRINT	"Update successful!"		; Hard coded since language switch does not work here
 	WIN_SMALL   .10,.140
-	STRCPY_TEXT	tNewFirmware2			; "New Firmware: "
+	STRCPY		"New Firmware: "
 	movlw	softwareversion_x
 	movwf	lo
 	bsf		leftbind