mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Get rid of usb_drv_attach() from USB code.
'Twas an idiosyncrasy of detecting a host upon bus reset, which is obsolete. Change-Id: I0adb25e1805022544f52cd0cb766819a367dbde4
This commit is contained in:
parent
8d21fc9229
commit
91b850ec42
5 changed files with 6 additions and 17 deletions
|
|
@ -42,7 +42,6 @@ void usb_remove_int(void)
|
|||
|
||||
void usb_attach(void)
|
||||
{
|
||||
usb_drv_attach();
|
||||
}
|
||||
|
||||
void usb_drv_int_enable(bool enable)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue