mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 18:57:16 +08:00
[kernel] remove the register keyword (#5888)
This commit is contained in:
+1
-1
@@ -409,7 +409,7 @@ rt_err_t rt_timer_start(rt_timer_t timer)
|
||||
unsigned int row_lvl;
|
||||
rt_list_t *timer_list;
|
||||
rt_base_t level;
|
||||
register rt_bool_t need_schedule;
|
||||
rt_bool_t need_schedule;
|
||||
rt_list_t *row_head[RT_TIMER_SKIP_LIST_LEVEL];
|
||||
unsigned int tst_nr;
|
||||
static unsigned int random_nr;
|
||||
|
||||
Reference in New Issue
Block a user