From 3610e38050958153f94a27501866e49206130295 Mon Sep 17 00:00:00 2001 From: bernard Date: Sat, 19 Jul 2014 06:52:00 +0800 Subject: [PATCH] [BSP] remove rt_device_init_all() invoking. --- bsp/wh44b0/startup.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bsp/wh44b0/startup.c b/bsp/wh44b0/startup.c index 1acafba54d..2f8b4b5bfa 100644 --- a/bsp/wh44b0/startup.c +++ b/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();