Commit 70044ad
committed
Add idle_task_init() call in main()
The idle task is now initialized in main() during system startup.
This ensures that the scheduler always has a valid execution context
before any user or application tasks are created. Initializing the
idle task early guarantees a safe fallback path when no runnable
tasks exist and keeps the scheduler entry point consistent.1 parent 2a01530 commit 70044ad
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
0 commit comments