mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Fix leftover debug code from #7529.
This commit is contained in:
parent
b5908f5bab
commit
794ab1c65b
2 changed files with 2 additions and 2 deletions
|
@ -479,11 +479,11 @@ static void imuCalculateEstimatedAttitude(timeUs_t currentTimeUs)
|
|||
UNUSED(canUseGPSHeading);
|
||||
UNUSED(courseOverGround);
|
||||
UNUSED(deltaT);
|
||||
UNUSED(imuCalcKpGain);
|
||||
#else
|
||||
|
||||
#if defined(SIMULATOR_BUILD) && defined(SIMULATOR_IMU_SYNC)
|
||||
// printf("[imu]deltaT = %u, imuDeltaT = %u, currentTimeUs = %u, micros64_real = %lu\n", deltaT, imuDeltaT, currentTimeUs, micros64_real());
|
||||
UNUSED(imuCalcKpGain);
|
||||
deltaT = imuDeltaT;
|
||||
#endif
|
||||
float gyroAverage[XYZ_AXIS_COUNT];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue