Skip to content

Commit 3c0c85b

Browse files
committed
clang
1 parent 8eca715 commit 3c0c85b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Adafruit_SPITFT.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2335,7 +2335,7 @@ inline void Adafruit_SPITFT::SPI_SCK_HIGH(void) {
23352335
#if defined(HAS_PORT_SET_CLR)
23362336
#if defined(KINETISK)
23372337
*swspi.sckPortSet = 1;
2338-
#else // !KINETISK
2338+
#else // !KINETISK
23392339
*swspi.sckPortSet = swspi.sckPinMask;
23402340
#endif
23412341
#else // !HAS_PORT_SET_CLR
@@ -2354,7 +2354,7 @@ inline void Adafruit_SPITFT::SPI_SCK_LOW(void) {
23542354
#if defined(HAS_PORT_SET_CLR)
23552355
#if defined(KINETISK)
23562356
*swspi.sckPortClr = 1;
2357-
#else // !KINETISK
2357+
#else // !KINETISK
23582358
*swspi.sckPortClr = swspi.sckPinMask;
23592359
#endif
23602360
#else // !HAS_PORT_SET_CLR

0 commit comments

Comments
 (0)