system_load:Track Dynamic PID hash

This commit is contained in:
David Sidrane
2021-07-12 11:19:39 -07:00
committed by Daniel Agar
parent e6d9c2b734
commit bb913ae11a
53 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -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