Update esp_cpu.h

If esp_attr.h is not included then there are no definitions for the symbol 'FORCE_INLINE_ATTR'.
pull/11519/head
Magnus Sörensen 2023-05-11 21:23:57 +02:00 zatwierdzone przez Marius Vikhammer
rodzic 96e1f6e7a2
commit accb45f466
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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