Skip to content

Commit 782960f

Browse files
committed
Merge branch 'master' of github.com:fenghuijie/rt-thread
2 parents eb79a8a + 3a29bf4 commit 782960f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/rtthread.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ rt_uint16_t rt_critical_level(void);
186186

187187
#ifdef RT_USING_HOOK
188188
void rt_scheduler_sethook(void (*hook)(rt_thread_t from, rt_thread_t to));
189-
void rt_scheduler_switchto_sethook(void (*hook)(struct rt_thread *tid));
190189
#endif
191190

192191
#ifdef RT_USING_SMP

0 commit comments

Comments
 (0)