🩹 Fix TFT sanity error

This commit is contained in:
Scott Lahteine 2023-05-01 18:15:31 -05:00
parent 4bed8a89db
commit b042567f76

View file

@ -26,7 +26,7 @@
*/
#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
#if ENABLED(EMERGENCY_PARSER)