remove setupUSB weak hook and replace with global constructors
thanks @matthijskooijman
This commit is contained in:
parent
fa573da910
commit
a6d9868f82
|
@ -37,7 +37,6 @@ int main(void)
|
|||
initVariant();
|
||||
|
||||
#if defined(USBCON)
|
||||
setupUSB();
|
||||
USBDevice.attach();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue