ArduPlane: add gyro fft logging
This commit is contained in:
parent
a16bb2f188
commit
04792b23a9
@ -213,8 +213,12 @@ void Plane::update_logging1(void)
|
|||||||
*/
|
*/
|
||||||
void Plane::update_logging2(void)
|
void Plane::update_logging2(void)
|
||||||
{
|
{
|
||||||
if (should_log(MASK_LOG_CTUN))
|
if (should_log(MASK_LOG_CTUN)) {
|
||||||
Log_Write_Control_Tuning();
|
Log_Write_Control_Tuning();
|
||||||
|
#if HAL_GYROFFT_ENABLED
|
||||||
|
gyro_fft.write_log_messages();
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
if (should_log(MASK_LOG_NTUN))
|
if (should_log(MASK_LOG_NTUN))
|
||||||
Log_Write_Nav_Tuning();
|
Log_Write_Nav_Tuning();
|
||||||
|
Loading…
Reference in New Issue
Block a user