Skip to content

Commit

Permalink
typo fix: KINETISK (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitre authored Sep 24, 2024
1 parent 54b49bc commit 7c2a343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/methods/NeoArmMethod.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ template<typename T_SPEEDPROPS> class NeoArmMk20dxSpeedBase
volatile auto clr = portClearRegister(pin);

uint32_t cyc;
#if defined(KINETIS) || defined(KINETISL)
#if defined(KINETISK) || defined(KINETISL)
uint8_t msk = 1;
#else
uint32_t msk = digitalPinToBitMask(pin);
Expand Down

0 comments on commit 7c2a343

Please sign in to comment.