Skip to content

Add INT2 case to detachInterrupt() #1191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
leres opened this issue Dec 28, 2012 · 2 comments
Closed

Add INT2 case to detachInterrupt() #1191

leres opened this issue Dec 28, 2012 · 2 comments
Labels
Component: Core Related to the code for the standard Arduino API Type: Bug

Comments

@leres
Copy link

leres commented Dec 28, 2012

detachInterrupt() is missing the INT2 case, needed for chips such as the atmega644p.

Here's a patch that adds the necessary code when INT2 is defined:

extrapatch-hardware-arduino-cores-arduino-WInterrupts.c

@vicatcu
Copy link
Contributor

vicatcu commented May 25, 2015

I just submitted pull request #3221 to address this

@cmaglie
Copy link
Member

cmaglie commented May 26, 2015

Fixed with #3221, thanks!

@cmaglie cmaglie closed this as completed May 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Core Related to the code for the standard Arduino API Type: Bug
Projects
None yet
Development

No branches or pull requests

4 participants