mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Add missing usb_drv_init(), fixes FS#12303.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30701 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7e8877e871
commit
6832175412
1 changed files with 1 additions and 0 deletions
|
|
@ -493,6 +493,7 @@ void usb_drv_init(void)
|
|||
void usb_drv_attach(void)
|
||||
{
|
||||
logf("usb_drv_attach");
|
||||
usb_drv_init();
|
||||
}
|
||||
|
||||
void usb_drv_exit(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue