Ver código fonte

Merge branch 'bugfix/fix-build-problem-on-master' into 'master'

Fix for a build error on master branch created by one of preceding commits

See merge request espressif/esp-idf!18869
Marius Vikhammer 3 anos atrás
pai
commit
cd55014c33
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      components/esp_system/port/arch/riscv/panic_arch.c

+ 1 - 0
components/esp_system/port/arch/riscv/panic_arch.c

@@ -25,6 +25,7 @@
 
 #if CONFIG_ESP_SYSTEM_USE_EH_FRAME
 #include "esp_private/eh_frame_parser.h"
+#include "esp_private/cache_utils.h"
 #endif