mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fix red/yellow
Change-Id: Ie01251af2cd843979b5fdefcfa541ba377d13bd7
This commit is contained in:
parent
bbd7d1dba3
commit
9ffd9327e3
12 changed files with 38 additions and 46 deletions
|
|
@ -30,9 +30,9 @@ void backlight_hw_brightness(int brightness);
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_BUTTON_LIGHT
|
||||
voidbuttonlight_hw_on(void);
|
||||
voidbuttonlight_hw_off(void);
|
||||
voidbuttonlight_hw_set_brightness(int brightness);
|
||||
void buttonlight_hw_on(void);
|
||||
void buttonlight_hw_off(void);
|
||||
void buttonlight_hw_set_brightness(int brightness);
|
||||
#endif
|
||||
|
||||
#endif /* BACKLIGHT_TARGET.H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue