mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 23:49:05 +08:00
Since g_assignedtasks only holds the running task for each CPU, it can be just a vector. Idle tasks are already preserved in statically allocated structures "g_idletcb", and can be used from there. Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>