We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2647534 commit 54ddf8cCopy full SHA for 54ddf8c
src/scheduler_up.c
@@ -48,7 +48,7 @@ rt_uint8_t rt_thread_ready_table[32];
48
49
extern volatile rt_uint8_t rt_interrupt_nest;
50
static rt_int16_t rt_scheduler_lock_nest;
51
-static struct rt_thread *rt_current_thread = RT_NULL;
+struct rt_thread *rt_current_thread = RT_NULL;
52
rt_uint8_t rt_current_priority;
53
54
#if defined(RT_USING_HOOK) && defined(RT_HOOK_USING_FUNC_PTR)
0 commit comments