Skip to content

Commit

Permalink
🚨 Deprecate Maple build (#23661)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp committed Feb 5, 2022
1 parent 5439a34 commit 385b0c0
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 @@ -580,3 +580,10 @@
#if EITHER(FYSETC_242_OLED_12864, FYSETC_MINI_12864) && BOTH(PSU_CONTROL, HAS_COLOR_LEDS) && !LED_POWEROFF_TIMEOUT
#warning "Your FYSETC display with PSU_CONTROL works best with LED_POWEROFF_TIMEOUT."
#endif

/**
* Maple environent
*/
#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 385b0c0

Please sign in to comment.