We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5773e3 commit ce3d3d3Copy full SHA for ce3d3d3
src/main/sensors/gyro_filter_impl.c
@@ -83,7 +83,7 @@ static FAST_CODE void GYRO_FILTER_FUNCTION_NAME(void)
83
#endif
84
85
#ifdef USE_SMITH_PREDICTOR
86
- applySmithPredictor(&gyro.smithPredictor[axis], gyroADCf, axis);
+ gyroADCf = applySmithPredictor(&gyro.smithPredictor[axis], gyroADCf, axis);
87
88
// DEBUG_GYRO_FILTERED records the scaled, filtered, after all software filtering has been applied.
89
GYRO_FILTER_DEBUG_SET(DEBUG_GYRO_FILTERED, axis, lrintf(gyroADCf));
0 commit comments