mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
If calling function k_thread_resume() when the thread is not suspend, it takes no effect. This change improve coverage of function k_thread_resume() in sched.c Signed-off-by: Ying ming <mingx.ying@intel.com>