diff --git a/bsp/mb9bf618s/applications/startup.c b/bsp/mb9bf618s/applications/startup.c index c95f4640febf016efcfc66d63a96e182ef58b93d..ad46ce7e397a17c617c65701ec0d9fb40d74d902 100644 --- a/bsp/mb9bf618s/applications/startup.c +++ b/bsp/mb9bf618s/applications/startup.c @@ -43,6 +43,9 @@ void rtthread_startup(void) /* show version */ rt_show_version(); + + /* init timer system */ + rt_system_timer_init(); #ifdef RT_USING_HEAP #ifdef __CC_ARM