mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 01:42:49 +08:00
Stack monitor fixes
This commit is contained in:
@@ -68,7 +68,7 @@ void sched_foreach(sched_foreach_t handler, FAR void *arg)
|
||||
irqstate_t flags = irqsave();
|
||||
int ndx;
|
||||
|
||||
/* Verify that the PID is within range */
|
||||
/* Vist each active task */
|
||||
|
||||
for (ndx = 0; ndx < CONFIG_MAX_TASKS; ndx++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user