mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_Scheduler: remove unused ins error count logging
This commit is contained in:
parent
be634a893f
commit
c4ea83177f
@ -278,7 +278,6 @@ void AP_Scheduler::Log_Write_Performance()
|
||||
num_long_running : perf_info.get_num_long_running(),
|
||||
num_loops : perf_info.get_num_loops(),
|
||||
max_time : perf_info.get_max_time(),
|
||||
ins_error_count : AP::ins().error_count(),
|
||||
mem_avail : hal.util->available_memory(),
|
||||
load : (uint16_t)(load_average() * 1000)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user