Przeglądaj źródła

🚨 Deprecate Maple build (#23661)

ellensp 3 lat temu
rodzic
commit
385b0c0106
No account linked to committer's email address
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7
    0
      Marlin/src/inc/Warnings.cpp

+ 7
- 0
Marlin/src/inc/Warnings.cpp Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz