Skip to content

Commit e0bc6b8

Browse files
committed
[kernel] Remove named comments.
1 parent b1eb394 commit e0bc6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ rt_err_t rt_timer_control(rt_timer_t timer, int cmd, void *arg)
488488
case RT_TIMER_CTRL_SET_PERIODIC:
489489
timer->parent.flag |= RT_TIMER_FLAG_PERIODIC;
490490
break;
491-
/* zhaoshimin 20191204 add query the timer state */
491+
492492
case RT_TIMER_CTRL_GET_STATE:
493493
if(timer->parent.flag & RT_TIMER_FLAG_ACTIVATED)
494494
{

0 commit comments

Comments
 (0)