0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-02 15:06:29 +00:00

🩹 Fix TFT sanity error

This commit is contained in:
Scott Lahteine 2023-05-01 18:15:31 -05:00
parent d959e3b0c4
commit 6d46a4924c

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)