mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Compass: removed have_ekf_logging()
This commit is contained in:
parent
b0ec4f8b93
commit
353ec29ab6
@ -1527,7 +1527,7 @@ Compass::read(void)
|
||||
}
|
||||
#endif
|
||||
#ifndef HAL_NO_LOGGING
|
||||
if (any_healthy && _log_bit != (uint32_t)-1 && AP::logger().should_log(_log_bit) && !AP::ahrs().have_ekf_logging()) {
|
||||
if (any_healthy && _log_bit != (uint32_t)-1 && AP::logger().should_log(_log_bit)) {
|
||||
AP::logger().Write_Compass();
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user