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

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
This commit is contained in:
dzzxzz 2011-12-21 08:27:29 +00:00
parent d92e980905
commit 9e127126c7

View File

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