Explorar el Código

rm48x50: fix the prototype of finsh_system_init

Grissiom hace 12 años
padre
commit
6bcf1bc48b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>