typo fix: KINETISK (#850)

This commit is contained in:
Dimitre
2024-09-24 15:54:17 -03:00
committed by GitHub
parent 54b49bc3c4
commit 7c2a3437f7

View File

@ -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);