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
In 'WVariant.h" I am encountering a compilation issue with the PinDescription.ulExtInt member.
In Adafruit's SAMD support, they define it with the EExt_Interrupts enum, but here it's a plain uint_8t, which breaks some of the other SAMD libraries (like, ArduinoLowPower)
The text was updated successfully, but these errors were encountered:
In 'WVariant.h" I am encountering a compilation issue with the PinDescription.ulExtInt member.
In Adafruit's SAMD support, they define it with the EExt_Interrupts enum, but here it's a plain uint_8t, which breaks some of the other SAMD libraries (like, ArduinoLowPower)
The text was updated successfully, but these errors were encountered: