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();
|
||||
|
||||
#ifdef SERIAL_USB
|
||||
setupUSB();
|
||||
SerialUSB.begin();
|
||||
SerialUSB.begin(); // includes { setupUSB(); }
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue