Sfoglia il codice sorgente

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

shuta.lst 21 ore fa
parent
commit
fd2bae8a5e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>