summaryrefslogtreecommitdiff
path: root/bootloader/telechips.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/telechips.c')
-rw-r--r--bootloader/telechips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/telechips.c b/bootloader/telechips.c
index 83dad704da..6093701044 100644
--- a/bootloader/telechips.c
+++ b/bootloader/telechips.c
@@ -57,7 +57,7 @@ void* main(void)
57 lcd_init(); 57 lcd_init();
58 font_init(); 58 font_init();
59 59
60 __backlight_on(); 60 _backlight_on();
61 61
62 while(!do_power_off) { 62 while(!do_power_off) {
63 line = 0; 63 line = 0;