From b98c70fc3c508b344bf7e0cad18fdc164fd40533 Mon Sep 17 00:00:00 2001 From: MikeMao <309368@gmail.com> Date: Mon, 18 Aug 2014 10:48:11 +0800 Subject: [PATCH] test --- bsp/mb9bf618s/applications/startup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bsp/mb9bf618s/applications/startup.c b/bsp/mb9bf618s/applications/startup.c index 36ba16b1f..5a18eaa3b 100644 --- a/bsp/mb9bf618s/applications/startup.c +++ b/bsp/mb9bf618s/applications/startup.c @@ -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