summaryrefslogtreecommitdiffstats
path: root/bootloader/main-pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/main-pp.c')
-rw-r--r--bootloader/main-pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c
index 562cf17ca4..07da6409e2 100644
--- a/bootloader/main-pp.c
+++ b/bootloader/main-pp.c
@@ -320,7 +320,7 @@ void* main(void)
#endif
#if defined(SANSA_E200) || defined(PHILIPS_SA9200)
i2c_init();
- _backlight_on();
+ backlight_hw_on();
#endif
if (button_hold())