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

@ -3465,7 +3465,7 @@ bool TimerHandler0(struct repeating_timer *t) {
// Serial.print(" ");
// Serial.println(millis());
if ((micros() - micro_timer)/bufLen > 835)
if ((micros() - micro_timer)/bufLen > 835) {
if (bufLen != 0) {
Serial.print("R Microseconds: ");
Serial.println((float)(micros() - micro_timer)/(float)bufLen);

Loading…
Cancel
Save

Powered by TurnKey Linux.