summaryrefslogtreecommitdiff
path: root/bootloader/mpio_hd200_hd300.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/mpio_hd200_hd300.c')
-rw-r--r--bootloader/mpio_hd200_hd300.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloader/mpio_hd200_hd300.c b/bootloader/mpio_hd200_hd300.c
index e66732f848..3d821caf6b 100644
--- a/bootloader/mpio_hd200_hd300.c
+++ b/bootloader/mpio_hd200_hd300.c
@@ -150,7 +150,7 @@ static void __shutdown(void)
150 } 150 }
151 151
152 /* Backlight OFF */ 152 /* Backlight OFF */
153 _backlight_off(); 153 backlight_hw_off();
154 __reset_cookie(); 154 __reset_cookie();
155 155
156 power_off(); 156 power_off();
@@ -372,7 +372,7 @@ void main(void)
372 cpu_idle_mode(true); 372 cpu_idle_mode(true);
373 373
374 /* lowlevel init only */ 374 /* lowlevel init only */
375 _backlight_init(); 375 backlight_hw_init();
376 376
377 /* Handle wakeup event. Possibilities are: 377 /* Handle wakeup event. Possibilities are:
378 * RTC alarm (HD300) 378 * RTC alarm (HD300)