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

Remove the stdarg.h file include.

Please @Grissiom check why add this header file in rtthread.h.
Bernard Xiong 12 жил өмнө
parent
commit
e63be67e2d

+ 1 - 1
include/rtthread.h

@@ -30,7 +30,7 @@
 
 
 #ifndef __RT_THREAD_H__
 #ifndef __RT_THREAD_H__
 #define __RT_THREAD_H__
 #define __RT_THREAD_H__
-    #include <stdarg.h>
+
 #include <rtdef.h>
 #include <rtdef.h>
 #include <rtdebug.h>
 #include <rtdebug.h>
 #include <rtservice.h>
 #include <rtservice.h>