Commit d48c37c
committed
Cleanup: Remove outdated workaround comments
The printf issue is specific to app_main after task_spawn, not within
task functions themselves. Clean up misleading workaround comments.
Task functions can printf normally - they run in their own context with
proper stack and scheduler state.1 parent 8e78c84 commit d48c37c
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
74 | | - | |
75 | 73 | | |
76 | 74 | | |
77 | 75 | | |
| |||
132 | 130 | | |
133 | 131 | | |
134 | 132 | | |
135 | | - | |
136 | 133 | | |
137 | 134 | | |
138 | 135 | | |
| |||
0 commit comments