summaryrefslogtreecommitdiff
path: root/bootloader/main-e200r-installer.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/main-e200r-installer.c')
-rw-r--r--bootloader/main-e200r-installer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/main-e200r-installer.c b/bootloader/main-e200r-installer.c
index b128a3445a..46c1f9a2ff 100644
--- a/bootloader/main-e200r-installer.c
+++ b/bootloader/main-e200r-installer.c
@@ -102,7 +102,7 @@ void* main(void)
102 font_init(); 102 font_init();
103 button_init(); 103 button_init();
104 i2c_init(); 104 i2c_init();
105 __backlight_on(); 105 _backlight_on();
106 106
107 lcd_set_foreground(LCD_WHITE); 107 lcd_set_foreground(LCD_WHITE);
108 lcd_set_background(LCD_BLACK); 108 lcd_set_background(LCD_BLACK);