diff src/tft_outputs.asm @ 429:4b93354b7738

hardware_flag handling
author heinrichsweikamp
date Thu, 16 Jun 2016 13:21:46 +0200
parents eccae727702f
children 9500b2d3e32b
line wrap: on
line diff
--- a/src/tft_outputs.asm	Wed Jun 15 12:26:48 2016 +0200
+++ b/src/tft_outputs.asm	Thu Jun 16 13:21:46 2016 +0200
@@ -1587,7 +1587,7 @@
     WIN_TINY   .80,.0
 	call	TFT_standard_color
 	lfsr	FSR2,buffer
-    movff   active_gas,lo
+    movff   hardware_flag,lo
     output_8
 	STRCAT_PRINT ""
     return