Update boards.cpp

- remove repeated call to setup serial USB
This commit is contained in:
stevstrong 2017-10-06 18:04:56 +02:00 committed by GitHub
parent f8d28b8663
commit 308b5c410f
1 changed files with 1 additions and 2 deletions

View File

@ -69,8 +69,7 @@ void init(void) {
setupTimers();
#ifdef SERIAL_USB
setupUSB();
SerialUSB.begin();
SerialUSB.begin(); // includes { setupUSB(); }
#endif
}