mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 03:33:32 +08:00
[bsp] fix incompatible type for finsh_system_init in bsp/lpc824
This commit is contained in:
parent
bd0d90ddb1
commit
c42c5d3b9d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user