mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19861 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
12a0ed3b8d
commit
3c4d1fd659
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ void _backlight_on(void);
|
||||||
void _backlight_off(void);
|
void _backlight_off(void);
|
||||||
|
|
||||||
/* Mini G1, G2, Video, Nano */
|
/* Mini G1, G2, Video, Nano */
|
||||||
#elif (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_PWM)
|
#elif (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_PWM) || defined(BOOTLOADER)
|
||||||
|
|
||||||
#define _backlight_init() true
|
#define _backlight_init() true
|
||||||
void _backlight_hw_on(void);
|
void _backlight_hw_on(void);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue