summaryrefslogtreecommitdiff
path: root/bootloader/gigabeat.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/gigabeat.c')
-rw-r--r--bootloader/gigabeat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/gigabeat.c b/bootloader/gigabeat.c
index 4d52407655..a79454b81d 100644
--- a/bootloader/gigabeat.c
+++ b/bootloader/gigabeat.c
@@ -63,7 +63,7 @@ void shutdown(void)
63 ata_sleepnow(); 63 ata_sleepnow();
64 } 64 }
65 65
66 _backlight_off(); 66 backlight_hw_off();
67 67
68 power_off(); 68 power_off();
69} 69}