5
0
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:
murata 2016-10-16 13:18:21 +09:00 committed by Tom Pittenger
parent 5724aef8b3
commit bb1a787852

View File

@ -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;