mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Plane: stop appending lf to PERF message
This commit is contained in:
parent
b37e64b23c
commit
378015691b
@ -380,7 +380,7 @@ void Plane::one_second_loop()
|
||||
void Plane::log_perf_info()
|
||||
{
|
||||
if (scheduler.debug() != 0) {
|
||||
gcs_send_text_fmt(MAV_SEVERITY_INFO, "PERF: %u/%u Dt=%u/%u Log=%u\n",
|
||||
gcs_send_text_fmt(MAV_SEVERITY_INFO, "PERF: %u/%u Dt=%u/%u Log=%u",
|
||||
(unsigned)perf.num_long,
|
||||
(unsigned)perf.mainLoop_count,
|
||||
(unsigned)perf.G_Dt_max,
|
||||
|
Loading…
Reference in New Issue
Block a user