From 89ba7e818c0d96b779b02bc7b31c0c6a19294a46 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Fri, 9 Jan 2015 00:22:40 +0100 Subject: Get rid of stupid _backlight_* function names _remote_backlight_* and _buttonlight_* are cleaned as well Change-Id: I73653752831bbe170c26ba95d3bc04c2e3a5cf30 --- bootloader/mpio_hd200_hd300.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootloader/mpio_hd200_hd300.c') 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) } /* Backlight OFF */ - _backlight_off(); + backlight_hw_off(); __reset_cookie(); power_off(); @@ -372,7 +372,7 @@ void main(void) cpu_idle_mode(true); /* lowlevel init only */ - _backlight_init(); + backlight_hw_init(); /* Handle wakeup event. Possibilities are: * RTC alarm (HD300) -- cgit v1.2.3