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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bootloader/sansa_as3525.c b/bootloader/sansa_as3525.c
index 7b0a8b8d88..c384007898 100644
--- a/bootloader/sansa_as3525.c
+++ b/bootloader/sansa_as3525.c
@@ -63,10 +63,8 @@ static void usb_mode(void)
63 (LCD_HEIGHT - SYSFONT_HEIGHT) / 2, msg); 63 (LCD_HEIGHT - SYSFONT_HEIGHT) / 2, msg);
64 lcd_update(); 64 lcd_update();
65 65
66 usb_enable(true);
67 while(usb_detect() == USB_INSERTED) 66 while(usb_detect() == USB_INSERTED)
68 sleep(HZ); 67 sleep(HZ);
69 usb_enable(false);
70 68
71 reset_screen(); 69 reset_screen();
72 lcd_update(); 70 lcd_update();