Skip to content

Commit

Permalink
Update esp32-hal-gpio.c
Browse files Browse the repository at this point in the history
fix copy/paste error
  • Loading branch information
me-no-dev committed Dec 28, 2018
1 parent 1085e9a commit 879388e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/esp32/esp32-hal-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 879388e

Please sign in to comment.