mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_NavEKF3: shorten buffer size send_text message length
This commit is contained in:
parent
ff80be19c1
commit
f5a04fd1a3
@ -166,7 +166,7 @@ bool NavEKF3_core::setup_core(uint8_t _imu_index, uint8_t _core_index)
|
||||
if(!storedOutput.init(imu_buffer_length)) {
|
||||
return false;
|
||||
}
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "EKF3 IMU%u buffs IMU=%u OBS=%u OF=%u EN:%u, dt=%.4f",
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "EKF3 IMU%u buffs IMU=%u OBS=%u OF=%u EN:%u dt=%.4f",
|
||||
(unsigned)imu_index,
|
||||
(unsigned)imu_buffer_length,
|
||||
(unsigned)obs_buffer_length,
|
||||
|
Loading…
Reference in New Issue
Block a user