🩹 Fix TFT sanity error

This commit is contained in:
Scott Lahteine
2023-05-01 18:15:31 -05:00
committed by Sven Soost
parent c7e6e65ffb
commit b31296b7d8

View File

@@ -26,7 +26,7 @@
*/ */
#if HAS_SPI_TFT || HAS_FSMC_TFT #if HAS_SPI_TFT || HAS_FSMC_TFT
#error "Sorry! TFT displays are not available for Teensy 3.5/3.6. #error "Sorry! TFT displays are not available for Teensy 3.5/3.6."
#endif #endif
#if ENABLED(EMERGENCY_PARSER) #if ENABLED(EMERGENCY_PARSER)