diff options
Diffstat (limited to 'firmware/export/config-c200.h')
-rw-r--r-- | firmware/export/config-c200.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h index 8e26585e94..e169606510 100644 --- a/firmware/export/config-c200.h +++ b/firmware/export/config-c200.h @@ -134,7 +134,9 @@ /* define this if the backlight thread is used for fade, not for sim, needs * HAVE_BACKLIGHT_BRIGHTNESS */ +#ifndef BOOTLOADER #define USE_BACKLIGHT_SW_FADING +#endif /* Define this if you have a PortalPlayer PP5024 */ #define CONFIG_CPU PP5022 |