summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/system.c')
-rw-r--r--firmware/system.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/system.c b/firmware/system.c
index f8fd73d11d..02d14e3ee6 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -452,10 +452,7 @@ void UIE (unsigned int pc) /* Unexpected Interrupt or Exception */
452 lcd_puts(0,0,str); 452 lcd_puts(0,0,str);
453 snprintf(str,sizeof(str),"at %08x",pc); 453 snprintf(str,sizeof(str),"at %08x",pc);
454 lcd_puts(0,1,str); 454 lcd_puts(0,1,str);
455
456#ifdef HAVE_LCD_BITMAP
457 lcd_update (); 455 lcd_update ();
458#endif
459 456
460 while (1) 457 while (1)
461 { 458 {