From 7c2a3437f76e23264d3dc9fe4bd925d9cdc73ab8 Mon Sep 17 00:00:00 2001 From: Dimitre Date: Tue, 24 Sep 2024 15:54:17 -0300 Subject: [PATCH] typo fix: KINETISK (#850) --- src/internal/methods/NeoArmMethod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);