diff options
Diffstat (limited to 'lcd.c')
-rw-r--r-- | lcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |