mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Sub: log harmonic notch even if FFT is disabled
This commit is contained in:
parent
9077d41df1
commit
5bedf44734
@ -329,6 +329,8 @@ void Sub::update_altitude()
|
||||
Log_Write_Control_Tuning();
|
||||
#if HAL_GYROFFT_ENABLED
|
||||
gyro_fft.write_log_messages();
|
||||
#else
|
||||
write_notch_log_messages();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user