summaryrefslogtreecommitdiff
path: root/firmware/panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/panic.c')
-rw-r--r--firmware/panic.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/panic.c b/firmware/panic.c
index 66b9e4d..0790835 100644
--- a/firmware/panic.c
+++ b/firmware/panic.c
@@ -30,9 +30,6 @@
#include "led.h"
#include "power.h"
#include "system.h"
-#ifdef HAVE_BACKLIGHT
-#include "backlight-target.h"
-#endif
static char panic_buf[128];
#define LINECHARS (LCD_WIDTH/SYSFONT_WIDTH)
@@ -82,10 +79,6 @@ void panicf( const char *fmt, ...)
lcd_update();
DEBUGF("%s", panic_buf);
-#ifdef HAVE_BACKLIGHT
- _backlight_on();
-#endif
-
set_cpu_frequency(0);
#ifdef HAVE_ATA_POWER_OFF