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

Update esp_cpu.h

If esp_attr.h is not included then there are no definitions for the symbol 'FORCE_INLINE_ATTR'.
Magnus Sörensen 2 жил өмнө
parent
commit
004d55a5ed

+ 1 - 0
components/esp_hw_support/include/esp_cpu.h

@@ -19,6 +19,7 @@
 #endif
 #include "esp_intr_alloc.h"
 #include "esp_err.h"
+#include "esp_attr.h"
 
 #ifdef __cplusplus
 extern "C" {