mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-29 05:07:20 +08:00
feat(freertos): Simplify xtensa platform code
All normal ISRs are called by "_xt_isr_handler".
This commit is contained in:
@ -42,6 +42,7 @@ extern "C" {
|
||||
#define ETS_SOFT_INUM 7
|
||||
#define ETS_WDT_INUM 8
|
||||
#define ETS_FRC_TIMER1_INUM 9
|
||||
#define ETS_INT_MAX 14
|
||||
|
||||
extern char NMIIrqIsOn;
|
||||
extern uint32_t WDEV_INTEREST_EVENT;
|
||||
|
Reference in New Issue
Block a user