Skip to content

Commit

Permalink
🚨 Deprecate Maple build (MarlinFirmware#23661)
Browse files Browse the repository at this point in the history
Update Warnings.cpp
  • Loading branch information
ellensp authored and Omkar Dhekne committed Mar 25, 2024
1 parent 69efefc commit 723add7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Marlin/src/inc/Warnings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 723add7

Please sign in to comment.