From 45b2f2f07bb554846f7753b0cfa069ec99508775 Mon Sep 17 00:00:00 2001 From: MikeMao <309368@gmail.com> Date: Mon, 18 Aug 2014 10:52:17 +0800 Subject: [PATCH] =?UTF-8?q?[BSP]BM9BF618S:Fix=20timer=20initialization=20i?= =?UTF-8?q?ssue=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/mb9bf618s/applications/startup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bsp/mb9bf618s/applications/startup.c b/bsp/mb9bf618s/applications/startup.c index 5a18eaa3b3..36ba16b1f7 100644 --- a/bsp/mb9bf618s/applications/startup.c +++ b/bsp/mb9bf618s/applications/startup.c @@ -44,7 +44,8 @@ void rtthread_startup(void) /* show version */ rt_show_version(); - + /* init timer system */ + rt_system_timer_init(); #ifdef RT_USING_HEAP #ifdef __CC_ARM