Skip to content

Commit ca63c46

Browse files
Merge pull request #66 from runger1101001/dev
Since there are no objections, and only the SAMD code is affected, I'm going to go ahead and merge this. Woohoo! SimpleFOC now supports SAMD51
2 parents eaf37ca + 6a42185 commit ca63c46

File tree

7 files changed

+1410
-1006
lines changed

7 files changed

+1410
-1006
lines changed

src/drivers/hardware_specific/generic_mcu.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
#elif defined(_SAMD21_) // samd21 for the moment, samd51 in progress...
1616

17+
#elif defined(_SAMD51_) // samd21 for the moment, samd51 in progress...
18+
1719
#else
1820

1921
// function setting the high pwm frequency to the supplied pins

0 commit comments

Comments
 (0)