Skip to content

Commit

Permalink
🩹 Fix TFT sanity error
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed May 1, 2023
1 parent 4bed8a8 commit b042567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/HAL/TEENSY35_36/inc/SanityCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b042567

Please sign in to comment.