Skip to content

Commit

Permalink
freertos: add missing header include for esp_chip_info.h to port.c
Browse files Browse the repository at this point in the history
Closes #10310
  • Loading branch information
ESP-Marius committed Dec 6, 2022
1 parent 26e3f0b commit ea249dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include "esp_freertos_hooks.h"
#include "esp_intr_alloc.h"
#include "esp_memory_utils.h"
#include "esp_chip_info.h"
#if CONFIG_SPIRAM
/* Required by esp_psram_extram_reserve_dma_pool() */
#include "esp_psram.h"
Expand Down
1 change: 1 addition & 0 deletions components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
#include "port_systick.h"
#include "esp_cpu.h"
#include "esp_memory_utils.h"
#include "esp_chip_info.h"

_Static_assert(portBYTE_ALIGNMENT == 16, "portBYTE_ALIGNMENT must be set to 16");

Expand Down

0 comments on commit ea249dc

Please sign in to comment.