Browse Source

PINS_DEBUGGING cleanup for DUE

pull/1/head
Bob-the-Kuhn 7 years ago
parent
commit
16eb966ee3
  1. 3
      Marlin/src/pins/pinsDebug_list.h
  2. 1
      Marlin/src/pins/pins_RADDS.h

3
Marlin/src/pins/pinsDebug_list.h

@ -406,9 +406,6 @@
#if PIN_EXISTS(HOME) #if PIN_EXISTS(HOME)
REPORT_NAME_DIGITAL(HOME_PIN, __LINE__ ) REPORT_NAME_DIGITAL(HOME_PIN, __LINE__ )
#endif #endif
#if defined(I2C_EEPROM) && I2C_EEPROM >= 0
REPORT_NAME_DIGITAL(I2C_EEPROM, __LINE__ )
#endif
#if PIN_EXISTS(I2C_SCL) #if PIN_EXISTS(I2C_SCL)
REPORT_NAME_DIGITAL(I2C_SCL_PIN, __LINE__ ) REPORT_NAME_DIGITAL(I2C_SCL_PIN, __LINE__ )
#endif #endif

1
Marlin/src/pins/pins_RADDS.h

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

Loading…
Cancel
Save