don't print R Micros

pull/186/head
alanbjohnston 3 years ago committed by GitHub
parent 38fbb4e02f
commit 5312fdcbf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3464,10 +3464,12 @@ bool TimerHandler0(struct repeating_timer *t) {
// Serial.print("\nR");
// Serial.print(" ");
// Serial.println(millis());
if (bufLen != 0) {
/*
if (bufLen != 0) {
Serial.print("R Microseconds: ");
Serial.println((float)(micros() - micro_timer)/(float)bufLen);
}
*/
micro_timer = micros();
} else {
/// Serial.print("R' Microseconds: ");

Loading…
Cancel
Save

Powered by TurnKey Linux.