mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fix reds. libuisimulator.a apparently needs to be linked twice (aka quick fix as I don't know a better solution yet) :/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20830 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a7f4e1f1c5
commit
23e505b32b
2 changed files with 7 additions and 7 deletions
|
|
@ -91,9 +91,13 @@
|
|||
#define HAVE_BACKLIGHT
|
||||
#define HAVE_BACKLIGHT_BRIGHTNESS
|
||||
|
||||
#ifndef BOOTLOADER
|
||||
/* Support for LCD sleep/BCM shutdown */
|
||||
#define HAVE_LCD_SLEEP
|
||||
#define HAVE_LCD_SLEEP_SETTING
|
||||
/* The same code may also be used when shutting down the iPod */
|
||||
#define HAVE_LCD_SHUTDOWN
|
||||
#endif
|
||||
|
||||
/* We can fade the backlight by using PWM */
|
||||
#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_PWM
|
||||
|
|
@ -211,9 +215,4 @@
|
|||
#define IPOD_ACCESSORY_PROTOCOL
|
||||
#define HAVE_SERIAL
|
||||
|
||||
#ifndef BOOTLOADER
|
||||
/* The same code may also be used when shutting down the iPod */
|
||||
#define HAVE_LCD_SHUTDOWN
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue