mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-23 01:58:59 +00:00
🩹 Fix TFT sanity error
This commit is contained in:
parent
d959e3b0c4
commit
6d46a4924c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue