Fixed variable declaration whitespace

This commit is contained in:
David Madison 2016-12-20 12:13:09 -05:00
parent 3e7b4c50c1
commit f2abdb9725
1 changed files with 12 additions and 11 deletions

View File

@ -68,7 +68,8 @@ void setup()
lastByteTime,
lastAckTime,
t;
int32_t outPos = 0;
int32_t
outPos = 0;
Serial.begin(SPEED); // Teensy/32u4 disregards baud rate; is OK!