Remove serial flush

This commit is contained in:
Josh Stewart 2015-10-13 09:56:46 +11:00
parent 95de2c34ad
commit 8a0615d9be
1 changed files with 1 additions and 1 deletions

View File

@ -831,7 +831,7 @@ void sendToothLog(bool useChar)
Serial.write(lowByte(tempToothHistory[x]));
}
}
Serial.flush();
//Serial.flush();
}