Parcourir la source

PINS_DEBUGGING cleanup for DUE

Bob-the-Kuhn il y a 7 ans
Parent
révision
16eb966ee3
2 fichiers modifiés avec 1 ajouts et 3 suppressions
  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 Voir le fichier

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

+ 1
- 0
Marlin/src/pins/pins_RADDS.h Voir le fichier

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

Chargement…
Annuler
Enregistrer