提交 31729444 编写于 作者: B Bernard Xiong

Merge pull request #619 from gbcwbz/master

remove function finsh_set_device in application.c in bsp/stm32f10x
...@@ -94,10 +94,6 @@ void rt_init_thread_entry(void* parameter) ...@@ -94,10 +94,6 @@ void rt_init_thread_entry(void* parameter)
rt_components_init(); rt_components_init();
#endif #endif
#ifdef RT_USING_FINSH
finsh_set_device(RT_CONSOLE_DEVICE_NAME);
#endif /* RT_USING_FINSH */
/* Filesystem Initialization */ /* Filesystem Initialization */
#if defined(RT_USING_DFS) && defined(RT_USING_DFS_ELMFAT) #if defined(RT_USING_DFS) && defined(RT_USING_DFS_ELMFAT)
/* mount sd card fat partition 1 as root directory */ /* mount sd card fat partition 1 as root directory */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册