提交 616ce9f1 编写于 作者: B Bernard Xiong

[BSP] remove finsh_system_init declaration in lpc824

上级 f9b3b244
......@@ -26,11 +26,6 @@
/*@{*/
extern int rt_application_init(void);
#ifdef RT_USING_FINSH
extern int finsh_system_init(void);
extern void finsh_set_device(const char* device);
#endif
/*******************************************************************************
* Function Name : assert_failed
......@@ -87,8 +82,7 @@ void rtthread_startup(void)
rt_thread_idle_init();
/* start scheduler */
rt_system_scheduler_start();
rt_system_scheduler_start();
/* never reach here */
return ;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册