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 5d4edd8 commit 9e66eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/freertos/port/xtensa/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
#include "esp_log.h"
#include "esp_int_wdt.h"
#include "esp_app_trace.h" /* Required for esp_apptrace_init. [refactor-todo] */
#include "esp_chip_info.h"
#include "FreeRTOS.h" /* This pulls in portmacro.h */
#include "task.h" /* Required for TaskHandle_t, tskNO_AFFINITY, and vTaskStartScheduler */
#include "port_systick.h"
Expand Down

0 comments on commit 9e66eb4

Please sign in to comment.