mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
Rover: Document max loop time as being in microseconds
This commit is contained in:
parent
f8f97b61ea
commit
a077eac6a9
@ -358,7 +358,7 @@ private:
|
||||
// Performance monitoring
|
||||
// Timer used to accrue data and trigger recording of the performance monitoring log message
|
||||
int32_t perf_mon_timer;
|
||||
// The maximum main loop execution time recorded in the current performance monitoring interval
|
||||
// The maximum main loop execution time, in microseconds, recorded in the current performance monitoring interval
|
||||
uint32_t G_Dt_max;
|
||||
|
||||
// System Timers
|
||||
|
Loading…
Reference in New Issue
Block a user