Correct typo

This commit is contained in:
Bodmer 2020-05-13 22:32:54 +01:00 committed by GitHub
parent cd10a92f11
commit 232330d5cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -188,8 +188,8 @@
#define TFT_MOSI 13 #define TFT_MOSI 13
#endif #endif
#ifndef TFT_SCLK 14 #ifndef TFT_SCLK
#define TFT_SCLK #define TFT_SCLK 14
#endif #endif
#if (TFT_SCLK == -1) #if (TFT_SCLK == -1)
#undef TFT_SCLK #undef TFT_SCLK