[BSP] remove rt_device_init_all() invoking.

This commit is contained in:
bernard
2014-07-19 06:50:00 +08:00
parent a8224dcb82
commit 26118499e0
31 changed files with 15 additions and 139 deletions
-14
View File
@@ -78,20 +78,6 @@ void rtthread_startup()
/* init scheduler system */
rt_system_scheduler_init();
#ifdef RT_USING_DEVICE
#ifdef RT_USING_DFS
/* Not implemented */
#endif
#ifdef RT_USING_LWIP
/* Not implemented */
#endif
/*init all registed devices */
rt_device_init_all();
#endif
/* init application */
rt_application_init();