mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-09 22:24:14 +03:00
@@ -126,10 +126,10 @@ typedef struct {
|
|||||||
void* functionInfo;
|
void* functionInfo;
|
||||||
} ArgStructure;
|
} ArgStructure;
|
||||||
|
|
||||||
static interrupt_handler_t interrupt_handlers[16] = {0,};
|
static interrupt_handler_t interrupt_handlers[16] = {0};
|
||||||
static uint32_t interrupt_reg = 0;
|
static uint32_t interrupt_reg = 0;
|
||||||
|
|
||||||
void ICACHE_RAM_ATTR interrupt_handler(void *arg) {
|
void ICACHE_RAM_ATTR interrupt_handler(void *) {
|
||||||
uint32_t status = GPIE;
|
uint32_t status = GPIE;
|
||||||
GPIEC = status;//clear them interrupts
|
GPIEC = status;//clear them interrupts
|
||||||
uint32_t levels = GPI;
|
uint32_t levels = GPI;
|
||||||
|
Reference in New Issue
Block a user