rm48x50: fix the prototype of finsh_system_init
This commit is contained in:
parent
a0ffbc1fb8
commit
6bcf1bc48b
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#ifdef RT_USING_FINSH
|
#ifdef RT_USING_FINSH
|
||||||
#include <finsh.h>
|
#include <finsh.h>
|
||||||
extern void finsh_system_init(void);
|
extern int finsh_system_init(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
|
|
Loading…
Reference in New Issue