mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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.
This commit is contained in:
parent
080087a9a0
commit
cac7651d29
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user