瀏覽代碼

[BSP]BM9BF618S:fix timer initialization issue.

MikeMao 10 年之前
父節點
當前提交
45f0e289c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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