[bsp] fix incompatible type for finsh_system_init in bsp/lpc824

This commit is contained in:
tanek liang 2017-07-30 12:50:29 +08:00
parent bd0d90ddb1
commit c42c5d3b9d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
extern int rt_application_init(void);
#ifdef RT_USING_FINSH
extern void finsh_system_init(void);
extern int finsh_system_init(void);
extern void finsh_set_device(const char* device);
#endif