[BSP]BM9BF618S:fix timer initialization issue.
This commit is contained in:
parent
45b2f2f07b
commit
45f0e289c6
|
@ -44,7 +44,7 @@ void rtthread_startup(void)
|
||||||
/* show version */
|
/* show version */
|
||||||
rt_show_version();
|
rt_show_version();
|
||||||
|
|
||||||
/* init timer system */
|
/* init timer system */
|
||||||
rt_system_timer_init();
|
rt_system_timer_init();
|
||||||
|
|
||||||
#ifdef RT_USING_HEAP
|
#ifdef RT_USING_HEAP
|
||||||
|
|
Loading…
Reference in New Issue