Skip to content

Commit b042567

Browse files
committed
🩹 Fix TFT sanity error
1 parent 4bed8a8 commit b042567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/HAL/TEENSY35_36/inc/SanityCheck.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727

2828
#if HAS_SPI_TFT || HAS_FSMC_TFT
29-
#error "Sorry! TFT displays are not available for Teensy 3.5/3.6.
29+
#error "Sorry! TFT displays are not available for Teensy 3.5/3.6."
3030
#endif
3131

3232
#if ENABLED(EMERGENCY_PARSER)

0 commit comments

Comments
 (0)