mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Revert r22034 since the backlight handling functions are not consistently named between targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22035 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ccb52bd72c
commit
aa97ba100a
2 changed files with 0 additions and 14 deletions
|
|
@ -23,9 +23,6 @@
|
|||
#include <stdio.h>
|
||||
#include "lcd.h"
|
||||
#include "font.h"
|
||||
#ifdef HAVE_BACKLIGHT
|
||||
#include "backlight-target.h"
|
||||
#endif
|
||||
|
||||
static const char* const uiename[] = {
|
||||
"Undefined instruction",
|
||||
|
|
@ -51,10 +48,6 @@ void __attribute__((noreturn)) UIE(unsigned int pc, unsigned int num)
|
|||
lcd_puts(0, 1, str);
|
||||
lcd_update();
|
||||
|
||||
#ifdef HAVE_BACKLIGHT
|
||||
_backlight_on();
|
||||
#endif
|
||||
|
||||
disable_interrupt(IRQ_FIQ_STATUS);
|
||||
|
||||
system_exception_wait(); /* If this returns, try to reboot */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue