This repository was archived by the owner on Jan 29, 2023. It is now read-only.
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
doesn't compile with Adafruit Feather M0 #2
Closed
Description
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