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 1085e9a commit 879388eCopy full SHA for 879388e
cores/esp32/esp32-hal-gpio.c
@@ -287,7 +287,7 @@ extern void __detachInterrupt(uint8_t pin)
287
}
288
__pinInterruptHandlers[pin].fn = NULL;
289
__pinInterruptHandlers[pin].arg = NULL;
290
- __pinInterruptHandlers[pin].arg = false;
+ __pinInterruptHandlers[pin].functional = false;
291
292
GPIO.pin[pin].int_ena = 0;
293
GPIO.pin[pin].int_type = 0;
0 commit comments