We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eca715 commit 3c0c85bCopy full SHA for 3c0c85b
Adafruit_SPITFT.cpp
@@ -2335,7 +2335,7 @@ inline void Adafruit_SPITFT::SPI_SCK_HIGH(void) {
2335
#if defined(HAS_PORT_SET_CLR)
2336
#if defined(KINETISK)
2337
*swspi.sckPortSet = 1;
2338
-#else // !KINETISK
+#else // !KINETISK
2339
*swspi.sckPortSet = swspi.sckPinMask;
2340
#endif
2341
#else // !HAS_PORT_SET_CLR
@@ -2354,7 +2354,7 @@ inline void Adafruit_SPITFT::SPI_SCK_LOW(void) {
2354
2355
2356
*swspi.sckPortClr = 1;
2357
2358
*swspi.sckPortClr = swspi.sckPinMask;
2359
2360
0 commit comments