summaryrefslogtreecommitdiff
path: root/lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcd.c')
-rw-r--r--lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcd.c b/lcd.c
index 076cd8e..36901a1 100644
--- a/lcd.c
+++ b/lcd.c
@@ -287,7 +287,7 @@ void LCD_display_error_message(char *response)
char *row1 = NULL;
char *row2 = NULL;
-// Error_Screen=1; //FIXME
+// Error_Screen=1; //FIXME - implement menu system
break_up_string (response, LCD_cols, &row0, &row1, &row2);