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)
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)