mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2026-07-28 04:16:01 +00:00
clang
This commit is contained in:
+2
-2
@@ -2335,7 +2335,7 @@ inline void Adafruit_SPITFT::SPI_SCK_HIGH(void) {
|
||||
#if defined(HAS_PORT_SET_CLR)
|
||||
#if defined(KINETISK)
|
||||
*swspi.sckPortSet = 1;
|
||||
#else // !KINETISK
|
||||
#else // !KINETISK
|
||||
*swspi.sckPortSet = swspi.sckPinMask;
|
||||
#endif
|
||||
#else // !HAS_PORT_SET_CLR
|
||||
@@ -2354,7 +2354,7 @@ inline void Adafruit_SPITFT::SPI_SCK_LOW(void) {
|
||||
#if defined(HAS_PORT_SET_CLR)
|
||||
#if defined(KINETISK)
|
||||
*swspi.sckPortClr = 1;
|
||||
#else // !KINETISK
|
||||
#else // !KINETISK
|
||||
*swspi.sckPortClr = swspi.sckPinMask;
|
||||
#endif
|
||||
#else // !HAS_PORT_SET_CLR
|
||||
|
||||
Reference in New Issue
Block a user