[kernel] remove the register keyword (#5888)

This commit is contained in:
Man, Jianting (Meco)
2022-04-29 06:34:42 +08:00
committed by GitHub
parent c28b79b7d7
commit 6295ec108e
9 changed files with 34 additions and 35 deletions
+1 -1
View File
@@ -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;