[bsp] fix incompatible type error for "finsh_system_init()"

This commit is contained in:
tanek liang
2017-07-29 14:21:40 +08:00
parent dcfaa9a909
commit d793cfdef7
34 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -25,7 +25,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