Skip to content

Commit 34304ef

Browse files
facchinmcmaglie
authored andcommitted
remove setupUSB weak hook and replace with global constructors
thanks @matthijskooijman
1 parent 53ffb34 commit 34304ef

File tree

1 file changed

+0
-1
lines changed
  • hardware/arduino/avr/cores/arduino

1 file changed

+0
-1
lines changed

hardware/arduino/avr/cores/arduino/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ int main(void)
3737
initVariant();
3838

3939
#if defined(USBCON)
40-
setupUSB();
4140
USBDevice.attach();
4241
#endif
4342

0 commit comments

Comments
 (0)