summaryrefslogtreecommitdiffstats
path: root/bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader')
-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 3d821caf6b..6538c06a31 100644
--- a/bootloader/mpio_hd200_hd300.c
+++ b/bootloader/mpio_hd200_hd300.c
@@ -390,9 +390,9 @@ void main(void)
if ( hold != last_hold )
{
if ( hold )
- _backlight_hw_off();
+ backlight_hw_off();
else
- _backlight_hw_on();
+ backlight_hw_on();
last_hold = hold;
}