From 308065a9a2dcd2d4b66b7b337d614b3d8669f7de Mon Sep 17 00:00:00 2001 From: lgnq Date: Thu, 7 Mar 2019 16:30:53 +0800 Subject: [PATCH] Update clock.c function rt_timer_check(void) is already decleared in rtthread.h --- src/clock.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/clock.c b/src/clock.c index 1bedb4e06..4fa73da47 100644 --- a/src/clock.c +++ b/src/clock.c @@ -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 -- GitLab