diff --git a/bsp/lpc824/applications/startup.c b/bsp/lpc824/applications/startup.c index 35a9784e9f72a29a71232c4fb856988100dfe528..15c949df7e8086b7712c7c28cd825b0046a0aed2 100644 --- a/bsp/lpc824/applications/startup.c +++ b/bsp/lpc824/applications/startup.c @@ -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 ;