4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 02:27:10 +08:00
This commit is contained in:
MikeMao 2014-08-18 10:48:11 +08:00
parent 915f1adc93
commit b98c70fc3c

View File

@ -44,8 +44,7 @@ void rtthread_startup(void)
/* show version */
rt_show_version();
/* init timer system */
rt_system_timer_init();
#ifdef RT_USING_HEAP
#ifdef __CC_ARM