forked from espressif/arduino-esp32
Update IDF libs to 9314bf0
This commit is contained in:
@ -17,6 +17,6 @@
|
||||
#include <xtensa/config/core.h>
|
||||
#include "freertos/xtensa_api.h"
|
||||
|
||||
void esp_gdbstub_panic_handler(XtExcFrame *frame);
|
||||
void esp_gdbstub_panic_handler(XtExcFrame *frame) __attribute__((noreturn));
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user