From 232330d5cd9ee40c0b49111cff66ddf877bf54c0 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Wed, 13 May 2020 22:32:54 +0100 Subject: [PATCH] Correct typo --- Processors/TFT_eSPI_ESP32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Processors/TFT_eSPI_ESP32.h b/Processors/TFT_eSPI_ESP32.h index f5fe7fd..a4290a1 100644 --- a/Processors/TFT_eSPI_ESP32.h +++ b/Processors/TFT_eSPI_ESP32.h @@ -188,8 +188,8 @@ #define TFT_MOSI 13 #endif - #ifndef TFT_SCLK 14 - #define TFT_SCLK + #ifndef TFT_SCLK + #define TFT_SCLK 14 #endif #if (TFT_SCLK == -1) #undef TFT_SCLK