mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: add comments to scheduler
This commit is contained in:
parent
ef2c2e4afc
commit
97595f98ac
@ -43,6 +43,7 @@ Rover rover;
|
||||
time they are expected to take (in microseconds)
|
||||
*/
|
||||
const AP_Scheduler::Task Rover::scheduler_tasks[] = {
|
||||
// Function name, Hz, us,
|
||||
SCHED_TASK(read_radio, 50, 1000),
|
||||
SCHED_TASK(ahrs_update, 50, 6400),
|
||||
SCHED_TASK(read_sonars, 50, 2000),
|
||||
|
Loading…
Reference in New Issue
Block a user