mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 22:18:28 -04:00
Blimp: make vehicles write notch log messages
This commit is contained in:
parent
c19b5d9e3c
commit
fe9ee72bf7
@ -260,10 +260,9 @@ void Blimp::update_altitude()
|
||||
read_barometer();
|
||||
|
||||
if (should_log(MASK_LOG_CTUN)) {
|
||||
write_notch_log_messages();
|
||||
#if HAL_GYROFFT_ENABLED
|
||||
gyro_fft.write_log_messages();
|
||||
#else
|
||||
write_notch_log_messages();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user