diff src/comm.asm @ 50:ec4d8503ec45

NEW: user-selectable color schemes
author heinrichsweikamp
date Fri, 27 Sep 2013 23:45:57 +0200
parents 1ab317814dd7
children 00636132cca6
line wrap: on
line diff
--- a/src/comm.asm	Fri Sep 27 14:17:21 2013 +0200
+++ b/src/comm.asm	Fri Sep 27 23:45:57 2013 +0200
@@ -228,7 +228,7 @@
 
 comm_send_firmware_failed:
 	WIN_SMALL	comm_string_column, comm_string_row
-	TFT_WARNINGS_COLOR
+    call    TFT_warnings_color
 	STRCPY_PRINT    "Checksum failed"
 
 comm_send_firmware_abort: