1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +01:00
DeJusten 48f8e618ca
core/thread: fix incorrect thread status after wake up
In thread_wakeup() the status of the function to be woken up is
incorrectly set to TASK_RUNNING. Instead the task should be set
to STATUS_PENDING here, as only sched_run() is allowed to set a
task to TASK_RUNNING.
2025-03-14 11:04:16 +01:00
..
2020-10-23 00:45:56 +02:00
2024-01-15 10:16:30 +01:00
2023-10-22 10:50:00 +02:00
2024-01-15 10:16:30 +01:00