changed to 832

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

@ -3469,7 +3469,7 @@ bool TimerHandler0(struct repeating_timer *t) {
} else {
/// Serial.print("R' Microseconds: ");
/// Serial.println(micros() - micro_timer2);
while ((micros() - micro_timer2) < 833) { }
while ((micros() - micro_timer2) < 832) { }
micro_timer2 = micros();
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.