ソースを参照

🚨 Deprecate Maple build (#23661)

ellensp 3年前
コミット
385b0c0106
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更7行の追加0行の削除
  1. 7
    0
      Marlin/src/inc/Warnings.cpp

+ 7
- 0
Marlin/src/inc/Warnings.cpp ファイルの表示

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

読み込み中…
キャンセル
保存