diff options
Diffstat (limited to 'error_utils.c')
-rw-r--r-- | error_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/error_utils.c b/error_utils.c index 75e0219..50a0af8 100644 --- a/error_utils.c +++ b/error_utils.c @@ -137,7 +137,7 @@ void queue_error_and_display_on_LCD(int error_num) { gchar* response = NULL; queue_error_and_get_text(&response, error_num); - LCD_display_error_message (response); + LCD_display_extended_message (response, 1); } |