Skip to content

Commit bee0740

Browse files
committed
ci test
1 parent e458c0d commit bee0740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/thread.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ static void (*rt_thread_resume_hook) (rt_thread_t thread);
5959
void rt_thread_suspend_sethook(void (*hook)(rt_thread_t thread))
6060
{
6161
rt_thread_suspend_hook = hook;
62+
NULL;
6263
}
6364

6465
/**

0 commit comments

Comments
 (0)