Skip to content

Commit

Permalink
Merge pull request #10031 from Mimoja/patch-1
Browse files Browse the repository at this point in the history
Fix build for statistics-disabled DSHOT telemetry
  • Loading branch information
mikeller committed Jul 19, 2020
1 parent 1955365 commit caa0d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/drivers/pwm_output_dshot_shared.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ FAST_CODE_NOINLINE bool pwmStartDshotMotorUpdate(void)
}
#ifdef USE_DSHOT_TELEMETRY_STATS
updateDshotTelemetryQuality(&dshotTelemetryQuality[i], validTelemetryPacket, currentTimeMs);
}
#endif
}
}
pwmDshotSetDirectionOutput(&dmaMotors[i]);
}
Expand Down

0 comments on commit caa0d68

Please sign in to comment.