🚨 Deprecate Maple build (#23661)

Update Warnings.cpp
This commit is contained in:
ellensp 2022-02-05 13:51:00 +13:00 committed by Scott Lahteine
parent 0d07c49c1d
commit f5046a41cd

View File

@ -563,3 +563,10 @@
#if HAS_LCD_CONTRAST && LCD_CONTRAST_MIN >= LCD_CONTRAST_MAX
#warning "Contrast cannot be changed when LCD_CONTRAST_MIN >= LCD_CONTRAST_MAX."
#endif
/**
* Maple environment
*/
#ifdef __STM32F1__
#warning "Maple build environments are deprecated. Please use a non-Maple build environment. Report issues to the Marlin Firmware project."
#endif