remove function finsh_set_device in application.c in bsp/stm32f10x

finsh_set_device is not needed since version 1.2.0
This commit is contained in:
gbcwbz 2016-04-09 13:15:49 +08:00
parent e68a3a977a
commit a6fcf8cf1f
1 changed files with 0 additions and 4 deletions

View File

@ -94,10 +94,6 @@ void rt_init_thread_entry(void* parameter)
rt_components_init();
#endif
#ifdef RT_USING_FINSH
finsh_set_device(RT_CONSOLE_DEVICE_NAME);
#endif /* RT_USING_FINSH */
/* Filesystem Initialization */
#if defined(RT_USING_DFS) && defined(RT_USING_DFS_ELMFAT)
/* mount sd card fat partition 1 as root directory */