summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]bootloader/ondavx747.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootloader/ondavx747.c b/bootloader/ondavx747.c
index 09acbc8166..0bd17e59c9 100644..100755
--- a/bootloader/ondavx747.c
+++ b/bootloader/ondavx747.c
@@ -59,6 +59,8 @@ int main(void)
59 ata_init(); 59 ata_init();
60#endif 60#endif
61 61
62 usb_start_monitoring();
63
62 int touch, btn; 64 int touch, btn;
63 char datetime[30]; 65 char datetime[30];
64 reset_screen(); 66 reset_screen();