Преглед изворни кода

fix(esp_gdbstub): Added missing crosscore_int.h header inclusion for RISC-V targets

This commit adds the missing crosscore_int.h header inclusion in
gdbstub_riscv.c file.
Sudeep Mohanty пре 2 година
родитељ
комит
cac7651d29
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      components/esp_gdbstub/src/port/riscv/gdbstub_riscv.c

+ 1 - 0
components/esp_gdbstub/src/port/riscv/gdbstub_riscv.c

@@ -10,6 +10,7 @@
 #include "esp_cpu.h"
 #include "rv_decode.h"
 #include "sdkconfig.h"
+#include "esp_private/crosscore_int.h"
 
 extern volatile esp_gdbstub_frame_t *temp_regs_frame;