We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6372a0d commit 214d8bcCopy full SHA for 214d8bc
cores/esp8266/core_esp8266_wiring_digital.c
@@ -111,8 +111,8 @@ static uint32_t interrupt_reg = 0;
111
112
void ICACHE_RAM_ATTR interrupt_handler(void *arg) {
113
uint32_t status = GPIE;
114
- uint32_t levels = GPI;
115
GPIEC = status;//clear them interrupts
+ uint32_t levels = GPI;
116
if(status == 0 || interrupt_reg == 0) return;
117
ETS_GPIO_INTR_DISABLE();
118
int i = 0;
0 commit comments