Commit 879388e1 authored by me-no-dev's avatar me-no-dev

Update esp32-hal-gpio.c

fix copy/paste error
parent 1085e9a8
......@@ -287,7 +287,7 @@ extern void __detachInterrupt(uint8_t pin)
}
__pinInterruptHandlers[pin].fn = NULL;
__pinInterruptHandlers[pin].arg = NULL;
__pinInterruptHandlers[pin].arg = false;
__pinInterruptHandlers[pin].functional = false;
GPIO.pin[pin].int_ena = 0;
GPIO.pin[pin].int_type = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment