Skip to content
Closed

ci test #10882

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ static void (*rt_thread_resume_hook) (rt_thread_t thread);
void rt_thread_suspend_sethook(void (*hook)(rt_thread_t thread))
{
rt_thread_suspend_hook = hook;
NULL;
}

/**
Expand Down
Loading