mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 22:18:28 -04:00
AP_Scheduler: To add a comment to _loop_rate_hz variable.
This commit is contained in:
parent
5724aef8b3
commit
bb1a787852
@ -101,7 +101,7 @@ private:
|
||||
AP_Int8 _debug;
|
||||
|
||||
// overall scheduling rate in Hz
|
||||
AP_Int16 _loop_rate_hz;
|
||||
AP_Int16 _loop_rate_hz; // The value of this variable can be changed with the non-initialization. (Ex. Tuning by GDB)
|
||||
|
||||
// progmem list of tasks to run
|
||||
const struct Task *_tasks;
|
||||
|
Loading…
Reference in New Issue
Block a user