wifi-tally_Oostendam/nodemcu-firmware/app/user/user_exceptions.h

7 lines
246 B
C
Raw Normal View History

2021-09-27 19:52:27 +00:00
#include "sections.h"
#include "rom.h"
#include <xtensa/corebits.h>
void load_non_32_wide_handler (struct exception_frame *ef, uint32_t cause) TEXT_SECTION_ATTR;
void __real__xtos_set_exception_handler (uint32_t cause, exception_handler_fn fn);