feat(freertos): Using align data to avoid exception handle

This commit is contained in:
dongheng
2019-03-06 11:07:43 +08:00
parent 6042355fad
commit 58d998bdb0

View File

@ -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;