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:
parent
3c7e299cf3
commit
3f109f595c
1 changed files with 2 additions and 0 deletions
2
bootloader/ondavx747.c
Normal file → Executable file
2
bootloader/ondavx747.c
Normal file → Executable file
|
|
@ -59,6 +59,8 @@ int main(void)
|
|||
ata_init();
|
||||
#endif
|
||||
|
||||
usb_start_monitoring();
|
||||
|
||||
int touch, btn;
|
||||
char datetime[30];
|
||||
reset_screen();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue