瀏覽代碼

Sanity check for status LED pins

Scott Lahteine 8 年之前
父節點
當前提交
203e519bf4
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. 7
    0
      Marlin/SanityCheck.h

+ 7
- 0
Marlin/SanityCheck.h 查看文件

@@ -723,6 +723,13 @@
723 723
 #endif
724 724
 
725 725
 /**
726
+ * Temperature status LEDs
727
+ */
728
+#if ENABLED(TEMP_STAT_LEDS) && !(PIN_EXISTS(STAT_LED_RED) && PIN_EXISTS(STAT_LED_BLUE))
729
+  #error "TEMP_STAT_LEDS requires STAT_LED_RED_PIN and STAT_LED_BLUE_PIN."
730
+#endif
731
+
732
+/**
726 733
  * Basic 2-nozzle duplication mode
727 734
  */
728 735
 #if ENABLED(DUAL_NOZZLE_DUPLICATION_MODE)

Loading…
取消
儲存