Merge pull request #354 from stevstrong/patch-9
Update boards.cpp [F4] - remove repeated call to setup serial USB
This commit is contained in:
commit
fd7bd9595a
|
@ -69,8 +69,7 @@ void init(void) {
|
||||||
setupTimers();
|
setupTimers();
|
||||||
|
|
||||||
#ifdef SERIAL_USB
|
#ifdef SERIAL_USB
|
||||||
setupUSB();
|
SerialUSB.begin(); // includes { setupUSB(); }
|
||||||
SerialUSB.begin();
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue