We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In WVariant.h the following is missing at line 200 inside the _ETCChannel enumerated type:
#if defined(SAMD21J18A) TC6_CH0 = (6<<8)|(0), TC6_CH1 = (6<<8)|(1), TC7_CH0 = (7<<8)|(0), TC7_CH1 = (7<<8)|(1), #endif // SAMD21J18A
The text was updated successfully, but these errors were encountered:
ok please add any PR
Sorry, something went wrong.
I'll try - I added this here because I was having issues with my github software...
This was solved on Added Additonal Timers #175 pull request.
thank you @nekuneko =^._.^= ∫
No branches or pull requests
In WVariant.h the following is missing at line 200 inside the _ETCChannel enumerated type:
#if defined(SAMD21J18A)
TC6_CH0 = (6<<8)|(0),
TC6_CH1 = (6<<8)|(1),
TC7_CH0 = (7<<8)|(0),
TC7_CH1 = (7<<8)|(1),
#endif // SAMD21J18A
The text was updated successfully, but these errors were encountered: