Explorar el Código

fix[components][finsh]: Fix for implicit declaration of function 'strtoul' in multi-core build;

shuta.lst hace 22 horas
padre
commit
fd2bae8a5e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      components/finsh/msh.c

+ 1 - 0
components/finsh/msh.c

@@ -10,6 +10,7 @@
  * 2017-07-19     Aubr.Cool    limit argc to RT_FINSH_ARG_MAX
  */
 #include <rtthread.h>
+#include <stdlib.h>
 #include <string.h>
 #include <errno.h>