1
0
Fork 0
forked from len0rd/rockbox

Onda VX747: enable USB in the bootloader

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19937 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-02-07 11:25:35 +00:00
parent 3c7e299cf3
commit 3f109f595c

2
bootloader/ondavx747.c Normal file → Executable file
View file

@ -59,6 +59,8 @@ int main(void)
ata_init();
#endif
usb_start_monitoring();
int touch, btn;
char datetime[30];
reset_screen();