Parcourir la source

🚨 Deprecate Maple build (#23661)

ellensp il y a 3 ans
Parent
révision
385b0c0106
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7
    0
      Marlin/src/inc/Warnings.cpp

+ 7
- 0
Marlin/src/inc/Warnings.cpp Voir le fichier

@@ -580,3 +580,10 @@
580 580
 #if EITHER(FYSETC_242_OLED_12864, FYSETC_MINI_12864) && BOTH(PSU_CONTROL, HAS_COLOR_LEDS) && !LED_POWEROFF_TIMEOUT
581 581
   #warning "Your FYSETC display with PSU_CONTROL works best with LED_POWEROFF_TIMEOUT."
582 582
 #endif
583
+
584
+/**
585
+ * Maple environent
586
+ */
587
+#ifdef __STM32F1__
588
+  #warning "Maple build environments are deprecated. Please use a non-Maple build environment. Report issues to the Marlin Firmware project."
589
+#endif

Chargement…
Annuler
Enregistrer