diff --git a/src/internal/methods/NeoArmMethod.h b/src/internal/methods/NeoArmMethod.h index 017cedd..130aae4 100644 --- a/src/internal/methods/NeoArmMethod.h +++ b/src/internal/methods/NeoArmMethod.h @@ -208,7 +208,7 @@ public: 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);