diff options
Diffstat (limited to 'bootloader/telechips.c')
| -rw-r--r-- | bootloader/telechips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/telechips.c b/bootloader/telechips.c index 83dad70..6093701 100644 --- a/bootloader/telechips.c +++ b/bootloader/telechips.c @@ -57,7 +57,7 @@ void* main(void) lcd_init(); font_init(); - __backlight_on(); + _backlight_on(); while(!do_power_off) { line = 0; |