We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e458c0d commit bee0740Copy full SHA for bee0740
src/thread.c
@@ -59,6 +59,7 @@ static void (*rt_thread_resume_hook) (rt_thread_t thread);
59
void rt_thread_suspend_sethook(void (*hook)(rt_thread_t thread))
60
{
61
rt_thread_suspend_hook = hook;
62
+ NULL;
63
}
64
65
/**
0 commit comments