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