ソースを参照

[BSP] remove rt_device_init_all() invoking.

bernard 11 年 前
コミット
3610e38050
1 ファイル変更0 行追加4 行削除
  1. 0 4
      bsp/wh44b0/startup.c

+ 0 - 4
bsp/wh44b0/startup.c

@@ -84,10 +84,6 @@ void rtthread_startup(void)
 	rt_thread_idle_sethook(rt_hw_led_flash);
 #endif
 
-#ifdef RT_USING_DEVICE
-    rt_device_init_all();
-#endif
-
 	/* init application */
 	rt_application_init();