Commit 29b76cf
committed
Make sched_wakeup_task() globally visible
Previously, sched_wakeup_task() was limited to internal use within
the scheduler module.
This change makes it globally visible so that it can be reused
in semaphore.c for task wake-up operations.1 parent 3572bea commit 29b76cf
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
0 commit comments