瀏覽代碼

PINS_DEBUGGING cleanup for DUE

Bob-the-Kuhn 7 年之前
父節點
當前提交
16eb966ee3
共有 2 個文件被更改,包括 1 次插入3 次删除
  1. 0
    3
      Marlin/src/pins/pinsDebug_list.h
  2. 1
    0
      Marlin/src/pins/pins_RADDS.h

+ 0
- 3
Marlin/src/pins/pinsDebug_list.h 查看文件

406
 #if PIN_EXISTS(HOME)
406
 #if PIN_EXISTS(HOME)
407
   REPORT_NAME_DIGITAL(HOME_PIN, __LINE__ )
407
   REPORT_NAME_DIGITAL(HOME_PIN, __LINE__ )
408
 #endif
408
 #endif
409
-#if defined(I2C_EEPROM) &&  I2C_EEPROM >= 0
410
-  REPORT_NAME_DIGITAL(I2C_EEPROM, __LINE__ )
411
-#endif
412
 #if PIN_EXISTS(I2C_SCL)
409
 #if PIN_EXISTS(I2C_SCL)
413
   REPORT_NAME_DIGITAL(I2C_SCL_PIN, __LINE__ )
410
   REPORT_NAME_DIGITAL(I2C_SCL_PIN, __LINE__ )
414
 #endif
411
 #endif

+ 1
- 0
Marlin/src/pins/pins_RADDS.h 查看文件

108
 #define TEMP_1_PIN          1   // Analog Input
108
 #define TEMP_1_PIN          1   // Analog Input
109
 #define TEMP_2_PIN          2   // Analog Input
109
 #define TEMP_2_PIN          2   // Analog Input
110
 #define TEMP_3_PIN          3   // Analog Input
110
 #define TEMP_3_PIN          3   // Analog Input
111
+#define TEMP_4_PIN          5   // dummy so will compile when PINS_DEBUGGING is enabled
111
 #define TEMP_BED_PIN        4   // Analog Input
112
 #define TEMP_BED_PIN        4   // Analog Input
112
 
113
 
113
 // SPI for Max6675 or Max31855 Thermocouple
114
 // SPI for Max6675 or Max31855 Thermocouple

Loading…
取消
儲存