diff src/comm.asm @ 251:3fec179a6220

some cleanup, temporaly disable dive_warning.inc
author heinrichsweikamp
date Wed, 18 Mar 2015 17:39:27 +0100
parents 416723c8ccd8
children d912fb71d606
line wrap: on
line diff
--- a/src/comm.asm	Wed Mar 18 16:42:49 2015 +0100
+++ b/src/comm.asm	Wed Mar 18 17:39:27 2015 +0100
@@ -74,6 +74,7 @@
     movwf   TBLPTRH
     movlw   0x01
     movwf   TBLPTRU
+    extern  color_image
     call    color_image                 ; Show usb logo
 	WIN_SMALL	comm_status1_column, comm_status1_row
 	STRCPY_TEXT_PRINT	tUsbStarting	; Starting...
@@ -206,7 +207,7 @@
 	STRCPY_TEXT_PRINT	tUsbLlBld               ; Low Level Bootloader started
     WIN_TOP  	comm_warning_row
 	WIN_LEFT 	comm_warning_column
-    TFT_WRITE_PROM_IMAGE dive_warning_block 	; Show Warning icon
+;    TFT_WRITE_PROM_IMAGE dive_warning_block 	; Show Warning icon
     goto    0x1FF0C
 
 ;-----------------------------------------------------------------------------