summaryrefslogtreecommitdiff
path: root/bootloader/telechips.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/telechips.c')
-rw-r--r--bootloader/telechips.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootloader/telechips.c b/bootloader/telechips.c
index d2cf10eb21..879e72ad65 100644
--- a/bootloader/telechips.c
+++ b/bootloader/telechips.c
@@ -82,10 +82,10 @@ void show_debug_screen(void)
82 } 82 }
83#if 0 83#if 0
84 if (button & BUTTON_SELECT){ 84 if (button & BUTTON_SELECT){
85 _backlight_off(); 85 backlight_hw_off();
86 } 86 }
87 else{ 87 else{
88 _backlight_on(); 88 backlight_hw_on();
89 } 89 }
90#endif 90#endif
91 printf("Btn: 0x%08x",button); 91 printf("Btn: 0x%08x",button);
@@ -147,7 +147,7 @@ void* main(void)
147 147
148 show_logo(); 148 show_logo();
149 149
150 _backlight_on(); 150 backlight_hw_on();
151 151
152/* Only load the firmware if TCCBOOT is defined - this ensures SDRAM_START is 152/* Only load the firmware if TCCBOOT is defined - this ensures SDRAM_START is
153 available for loading the firmware. Otherwise display the debug screen. */ 153 available for loading the firmware. Otherwise display the debug screen. */