mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
Merge branch 'feature/use_align_to_avoid_exception_handle' into 'release/v3.1'
Using align data to avoid exception handle See merge request sdk/ESP8266_RTOS_SDK!817
This commit is contained in:
@ -49,8 +49,8 @@
|
||||
#define PORT_ASSERT(x) do { if (!(x)) {ets_printf("%s %u\n", "rtos_port", __LINE__); while(1){}; }} while (0)
|
||||
|
||||
extern char NMIIrqIsOn;
|
||||
static uint8_t HdlMacSig = 0;
|
||||
static uint8_t SWReq = 0;
|
||||
static uint32_t HdlMacSig = 0;
|
||||
static uint32_t SWReq = 0;
|
||||
|
||||
unsigned cpu_sr;
|
||||
|
||||
|
Reference in New Issue
Block a user