remove setupUSB weak hook and replace with global constructors

thanks @matthijskooijman
This commit is contained in:
Martino Facchin 2015-06-23 17:50:53 +00:00 committed by Cristian Maglie
parent d269ed2854
commit adb351882c
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ int main(void)
initVariant();
#if defined(USBCON)
setupUSB();
USBDevice.attach();
#endif