mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Fix backlight undefined preprocessor typo
Change-Id: I8df1000def19688df57fab0c4c49e0c099e8060b
This commit is contained in:
parent
5c791f2d2b
commit
ebb7f33a9f
1 changed files with 1 additions and 1 deletions
|
@ -1848,7 +1848,7 @@ const struct settings_list settings[] = {
|
||||||
#ifdef HAVE_BACKLIGHT
|
#ifdef HAVE_BACKLIGHT
|
||||||
CHOICE_SETTING(0, backlight_on_button_hold,
|
CHOICE_SETTING(0, backlight_on_button_hold,
|
||||||
LANG_BACKLIGHT_ON_BUTTON_HOLD,
|
LANG_BACKLIGHT_ON_BUTTON_HOLD,
|
||||||
#ifdef HAS_HOLD_BUTTON
|
#ifdef HAS_BUTTON_HOLD
|
||||||
1,
|
1,
|
||||||
#else
|
#else
|
||||||
0,
|
0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue