freertos: add missing header include for esp_chip_info.h to port.c

Closes https://github.com/espressif/esp-idf/issues/10310
This commit is contained in:
Marius Vikhammer
2022-12-06 11:28:53 +08:00
parent 26e3f0bfbe
commit ea249dc3a6
2 changed files with 2 additions and 0 deletions

View File

@@ -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");