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 e774e77 commit b21fe45Copy full SHA for b21fe45
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