diff options
Diffstat (limited to 'firmware/panic.c')
-rw-r--r-- | firmware/panic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/panic.c b/firmware/panic.c index 36eec67f12..9230337ba4 100644 --- a/firmware/panic.c +++ b/firmware/panic.c | |||
@@ -32,7 +32,7 @@ | |||
32 | #include "system.h" | 32 | #include "system.h" |
33 | 33 | ||
34 | static char panic_buf[128]; | 34 | static char panic_buf[128]; |
35 | #define LINECHARS (LCD_WIDTH/SYSFONT_WIDTH) - 2 | 35 | #define LINECHARS (LCD_WIDTH/SYSFONT_WIDTH) |
36 | 36 | ||
37 | /* | 37 | /* |
38 | * "Dude. This is pretty fucked-up, right here." | 38 | * "Dude. This is pretty fucked-up, right here." |