Update esp_cpu.h

If esp_attr.h is not included then there are no definitions for the symbol 'FORCE_INLINE_ATTR'.
This commit is contained in:
Magnus Sörensen 2023-05-11 21:23:57 +02:00 committed by GitHub
parent 54576b7528
commit 004d55a5ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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