Browse Source

[BSP] remove rt_device_init_all() invoking.

bernard 11 năm trước cách đây
mục cha
commit
3610e38050
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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();