Browse Source

Rover: Document max loop time as being in microseconds

mission-4.1.18
Michael du Breuil 8 years ago committed by Randy Mackay
parent
commit
a077eac6a9
  1. 2
      APMrover2/Rover.h

2
APMrover2/Rover.h

@ -358,7 +358,7 @@ private: @@ -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…
Cancel
Save