mirror of https://github.com/ArduPilot/ardupilot
AP_Baro: removed have_ekf_logging()
This commit is contained in:
parent
1bc82d3118
commit
b0ec4f8b93
|
@ -866,7 +866,7 @@ void AP_Baro::update(void)
|
|||
|
||||
// logging
|
||||
#ifndef HAL_NO_LOGGING
|
||||
if (should_log() && !AP::ahrs().have_ekf_logging()) {
|
||||
if (should_log()) {
|
||||
AP::logger().Write_Baro();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue