Skip to content

Commit

Permalink
Changed #define for MKR Wifi 1010; fixes #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ocrdu committed Aug 31, 2020
1 parent 0af1465 commit 0e82451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SAMD21turboPWM.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static const PinLookup pinTable[] = {

#elif defined (ARDUINO_SAMD_MKRZERO) || \
defined (ARDUINO_SAMD_MKR1000) || \
defined (ARDUINO_SAMD_MKR1010) || \
defined (ARDUINO_SAMD_MKRWIFI1010) || \
defined (ARDUINO_SAMD_MKRFox1200) || \
defined (ARDUINO_SAMD_MKRWAN1300) || \
defined (ARDUINO_SAMD_MKRWAN1310) || \
Expand Down

0 comments on commit 0e82451

Please sign in to comment.