AP_Scheduler: allow more libraries to compile with no HAL_GCS_ENABLED

This commit is contained in:
Peter Barker 2023-09-02 15:21:35 +10:00 committed by Peter Barker
parent 4384f53dce
commit 3604c44000

View File

@ -196,7 +196,7 @@ float AP::PerfInfo::get_filtered_loop_rate_hz() const
void AP::PerfInfo::update_logging() const
{
gcs().send_text(MAV_SEVERITY_INFO,
GCS_SEND_TEXT(MAV_SEVERITY_INFO,
"PERF: %u/%u [%lu:%lu] F=%uHz sd=%lu Ex=%lu",
(unsigned)get_num_long_running(),
(unsigned)get_num_loops(),