浏览代码

delete line 27 in clock.c, function rt_timer_switch() not used in clock.c
line 27 extern void rt_timer_switch(void);

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1857 bbd45198-f89e-11dd-88c7-29a3b14d5316

dzzxzz 13 年之前
父节点
当前提交
9e127126c7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/clock.c

+ 0 - 1
src/clock.c

@@ -24,7 +24,6 @@
 static rt_tick_t rt_tick;
 static rt_tick_t rt_tick;
 
 
 extern void rt_timer_check(void);
 extern void rt_timer_check(void);
-extern void rt_timer_switch(void);
 
 
 /**
 /**
  * This function will init system tick and set it to zero.
  * This function will init system tick and set it to zero.