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 9e47c0b commit 3f5286bCopy full SHA for 3f5286b
src/main/sensors/gyro_filter_impl.c
@@ -51,7 +51,7 @@ static FAST_CODE void GYRO_FILTER_FUNCTION_NAME(void)
51
}
52
gyroADCf = kalman_update(gyroADCf, axis);
53
if (axis != FD_YAW) {
54
- GYRO_FILTER_DEBUG_SET(DEBUG_KALMAN, axis+2, lrintf(gyroADCf));
+ GYRO_FILTER_DEBUG_SET(DEBUG_KALMAN, (axis+2), lrintf(gyroADCf));
55
56
57
// DEBUG_GYRO_SAMPLE(1) Record the post-downsample value for the selected debug axis
0 commit comments