From 004d55a5ed97a0c5af6f863bf6098885e8f8a4eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20S=C3=B6rensen?= Date: Thu, 11 May 2023 21:23:57 +0200 Subject: [PATCH] Update esp_cpu.h If esp_attr.h is not included then there are no definitions for the symbol 'FORCE_INLINE_ATTR'. --- components/esp_hw_support/include/esp_cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/esp_hw_support/include/esp_cpu.h b/components/esp_hw_support/include/esp_cpu.h index b30eb3f17f4..1d62ebcad6d 100644 --- a/components/esp_hw_support/include/esp_cpu.h +++ b/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" {