Browse Source

🚨 Deprecate Maple build (#23661)

Update Warnings.cpp
FB4S_WIFI
ellensp 2 years ago
committed by Scott Lahteine
parent
commit
f5046a41cd
  1. 7
      Marlin/src/inc/Warnings.cpp

7
Marlin/src/inc/Warnings.cpp

@ -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

Loading…
Cancel
Save