Update clock.c

function rt_timer_check(void) is already decleared in rtthread.h
This commit is contained in:
lgnq
2019-03-07 16:30:53 +08:00
parent 19563a21a6
commit 308065a9a2
-2
View File
@@ -24,8 +24,6 @@
static rt_tick_t rt_tick = 0;
#endif
extern void rt_timer_check(void);
/**
* This function will init system tick and set it to zero.
* @ingroup SystemInit