mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_AccelCal: supply format string to send_text
This commit is contained in:
parent
4c434c2df9
commit
65c46ac322
@ -397,6 +397,6 @@ void AP_AccelCal::_printf(const char* fmt, ...)
|
||||
}
|
||||
|
||||
#if !APM_BUILD_TYPE(APM_BUILD_Replay)
|
||||
_gcs->send_text(MAV_SEVERITY_CRITICAL, msg);
|
||||
_gcs->send_text(MAV_SEVERITY_CRITICAL, "%s", msg);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user