forked from espressif/esp-idf
Merge branch 'bugfix/missing_crosscore_int_header' into 'master'
fix(esp_gdbstub): Added missing crosscore_int.h header inclusion for RISC-V targets See merge request espressif/esp-idf!25338
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user