summaryrefslogtreecommitdiff
path: root/bootloader/sansa_as3525.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/sansa_as3525.c')
-rw-r--r--bootloader/sansa_as3525.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootloader/sansa_as3525.c b/bootloader/sansa_as3525.c
index 297fb2e769..b9975a9722 100644
--- a/bootloader/sansa_as3525.c
+++ b/bootloader/sansa_as3525.c
@@ -5,7 +5,7 @@
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id:$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2008 by Rafaël Carré 10 * Copyright (C) 2008 by Rafaël Carré
11 * 11 *
@@ -37,7 +37,9 @@ void main(void)
37 37
38 lcd_update(); 38 lcd_update();
39 39
40#ifdef HAVE_LCD_ENABLE
40 lcd_enable(true); 41 lcd_enable(true);
42#endif
41 43
42 show_logo(); 44 show_logo();
43 45