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:
Michael Sevakis 2013-05-14 22:13:38 -04:00
parent 8d21fc9229
commit 91b850ec42
5 changed files with 6 additions and 17 deletions

View file

@ -42,7 +42,6 @@ void usb_remove_int(void)
void usb_attach(void)
{
usb_drv_attach();
}
void usb_drv_int_enable(bool enable)