Upped the baud rate.

This commit is contained in:
Jason Duncan 2016-03-06 14:50:56 -05:00
parent 12157925ca
commit d81a347c47

View File

@ -329,9 +329,8 @@ void describeButtonStates(int buttons[], int shifterPosition[], int gear) {
} }
void setup() { void setup() {
#if defined(DEBUG_PEDALS) || defined(DEBUG_SHIFTER) Serial.begin(38400);
Serial.begin(9600); #if !defined(DEBUG_PEDALS) && !defined(DEBUG_SHIFTER)
#else
Joystick.begin(false); Joystick.begin(false);
#endif #endif