Browse Source

Update clock.c

function rt_timer_check(void) is already decleared in rtthread.h
lgnq 6 years ago
parent
commit
308065a9a2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/clock.c

+ 0 - 2
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