From 89ba7e818c0d96b779b02bc7b31c0c6a19294a46 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Fri, 9 Jan 2015 00:22:40 +0100 Subject: Get rid of stupid _backlight_* function names _remote_backlight_* and _buttonlight_* are cleaned as well Change-Id: I73653752831bbe170c26ba95d3bc04c2e3a5cf30 --- bootloader/telechips.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootloader/telechips.c') diff --git a/bootloader/telechips.c b/bootloader/telechips.c index d2cf10e..879e72a 100644 --- a/bootloader/telechips.c +++ b/bootloader/telechips.c @@ -82,10 +82,10 @@ void show_debug_screen(void) } #if 0 if (button & BUTTON_SELECT){ - _backlight_off(); + backlight_hw_off(); } else{ - _backlight_on(); + backlight_hw_on(); } #endif printf("Btn: 0x%08x",button); @@ -147,7 +147,7 @@ void* main(void) show_logo(); - _backlight_on(); + backlight_hw_on(); /* Only load the firmware if TCCBOOT is defined - this ensures SDRAM_START is available for loading the firmware. Otherwise display the debug screen. */ -- cgit v1.1