You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The symbol NOT_AN_INTERRUPT is #defined in Arduino.h in other cores, and is used in various libraries, but it is missing here. This results in a compilation error for sketches using those libraries.
e.g. it is defined in the avr core at line 189 of Arduino.h