Explorar o código

[BSP]BM9BF618S:fix timer initialization issue.

MikeMao %!s(int64=10) %!d(string=hai) anos
pai
achega
45f0e289c6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bsp/mb9bf618s/applications/startup.c

+ 1 - 1
bsp/mb9bf618s/applications/startup.c

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