Эх сурвалжийг харах

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

shuta.lst 1 өдөр өмнө
parent
commit
fd2bae8a5e

+ 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>