4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 18:13:31 +08:00

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

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