Explorar el Código

[BSP]BM9BF618S:fix timer initialization issue.

MikeMao hace 11 años
padre
commit
45f0e289c6
Se han modificado 1 ficheros con 1 adiciones y 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