mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
6 lines
163 B
C
6 lines
163 B
C
#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;
|