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
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
### Releases v1.3.1
1. Fix compile error to some SAMD21-based boards, such as ADAFRUIT_FEATHER_M0, ARDUINO_SAMD_FEATHER_M0, ADAFRUIT_METRO_M0_EXPRESS, ARDUINO_SAMD_HALLOWING_M0 and ADAFRUIT_BLM_BADGE. Check [Doesn't compile with Adafruit Feather M0 #2](#2).
Looking forward to receiving more Contributions from you.
Thanks and Regards,
Releases v1.3.1
Fix compile error to some SAMD21-based boards, such as ADAFRUIT_FEATHER_M0, ARDUINO_SAMD_FEATHER_M0, ADAFRUIT_METRO_M0_EXPRESS, ARDUINO_SAMD_HALLOWING_M0 and ADAFRUIT_BLM_BADGE. Check Doesn't compile with Adafruit Feather M0 #2.
Describe the bug
The example code doesn't compile with Adafruit Feather M0.
Steps to Reproduce
chose Adafruit Feather M0 as board and compile
Expected behavior
compile without error
Additional context
It seems to be related to these lines in the code:
SAMD_TimerInterrupt/src/SAMDTimerInterrupt.h
Lines 94 to 97 in fbf8a91
It somehow steps into this define.
It I uncomment these lines everything compiles without error and works fine.
Sorry for not having a better error description
The text was updated successfully, but these errors were encountered: