We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8d28b8 + 308b5c4 commit fd7bd95Copy full SHA for fd7bd95
1 file changed
STM32F4/cores/maple/boards.cpp
@@ -69,8 +69,7 @@ void init(void) {
69
setupTimers();
70
71
#ifdef SERIAL_USB
72
- setupUSB();
73
- SerialUSB.begin();
+ SerialUSB.begin(); // includes { setupUSB(); }
74
#endif
75
}
76
0 commit comments