Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_11388' into 'master'
Browse files Browse the repository at this point in the history
Update esp_cpu.h to include esp_attr.h (GitHub PR)

Closes IDFGH-10113

See merge request espressif/esp-idf!23711
  • Loading branch information
ESP-Marius committed May 16, 2023
2 parents 4c9fcce + 004d55a commit 0036e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_hw_support/include/esp_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#endif
#include "esp_intr_alloc.h"
#include "esp_err.h"
#include "esp_attr.h"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 0036e55

Please sign in to comment.