mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Plane: Document loop max time as being in microseconds
This commit is contained in:
parent
69eb9cbdd2
commit
b8e6ad7476
@ -735,7 +735,7 @@ private:
|
|||||||
// Timer used to accrue data and trigger recording of the performanc monitoring log message
|
// Timer used to accrue data and trigger recording of the performanc monitoring log message
|
||||||
uint32_t start_ms;
|
uint32_t start_ms;
|
||||||
|
|
||||||
// The maximum and minimum main loop execution time recorded in the current performance monitoring interval
|
// The maximum and minimum main loop execution time, in microseconds, recorded in the current performance monitoring interval
|
||||||
uint32_t G_Dt_max;
|
uint32_t G_Dt_max;
|
||||||
uint32_t G_Dt_min;
|
uint32_t G_Dt_min;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user