AP_Scheduler: allow more libraries to compile with no HAL_GCS_ENABLED
This commit is contained in:
parent
4384f53dce
commit
3604c44000
@ -196,7 +196,7 @@ float AP::PerfInfo::get_filtered_loop_rate_hz() const
|
|||||||
|
|
||||||
void AP::PerfInfo::update_logging() 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",
|
"PERF: %u/%u [%lu:%lu] F=%uHz sd=%lu Ex=%lu",
|
||||||
(unsigned)get_num_long_running(),
|
(unsigned)get_num_long_running(),
|
||||||
(unsigned)get_num_loops(),
|
(unsigned)get_num_loops(),
|
||||||
|
Loading…
Reference in New Issue
Block a user