mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 21:30:35 +08:00
system_load:Track Dynamic PID hash
This commit is contained in:
committed by
Daniel Agar
parent
e6d9c2b734
commit
bb913ae11a
@@ -290,7 +290,7 @@ void LoadMon::stack_usage()
|
||||
}
|
||||
|
||||
// Continue after last checked task next cycle
|
||||
_stack_task_index = (_stack_task_index + 1) % CONFIG_MAX_TASKS;
|
||||
_stack_task_index = (_stack_task_index + 1) % CONFIG_FS_PROCFS_MAX_TASKS;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user