Преглед на файлове

rm48x50: fix the prototype of finsh_system_init

Grissiom преди 11 години
родител
ревизия
6bcf1bc48b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      bsp/rm48x50/application/startup.c

+ 1 - 1
bsp/rm48x50/application/startup.c

@@ -19,7 +19,7 @@
 
 #ifdef RT_USING_FINSH
 #include <finsh.h>
-extern void finsh_system_init(void);
+extern int finsh_system_init(void);
 #endif
 
 #include <board.h>