|
@@ -34,7 +34,7 @@
|
|
/*@{*/
|
|
/*@{*/
|
|
|
|
|
|
#ifdef RT_USING_FINSH
|
|
#ifdef RT_USING_FINSH
|
|
-extern void finsh_system_init(void);
|
|
|
|
|
|
+extern int finsh_system_init(void);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
extern int rt_application_init(void);
|
|
extern int rt_application_init(void);
|
|
@@ -43,7 +43,7 @@ extern void rt_show_version(void);
|
|
extern rt_err_t rt_hw_serial_init(void);
|
|
extern rt_err_t rt_hw_serial_init(void);
|
|
#endif
|
|
#endif
|
|
#ifdef RT_USING_FINSH
|
|
#ifdef RT_USING_FINSH
|
|
-extern void finsh_system_init(void);
|
|
|
|
|
|
+extern int finsh_system_init(void);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
#ifdef __CC_ARM
|
|
#ifdef __CC_ARM
|