4
0
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:
tanek liang 2017-07-30 12:50:29 +08:00
parent bd0d90ddb1
commit c42c5d3b9d

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