Skip to content
Snippets Groups Projects
Commit 16eb966e authored by Bob-the-Kuhn's avatar Bob-the-Kuhn
Browse files

PINS_DEBUGGING cleanup for DUE

parent 11e68541
Branches
Tags
No related merge requests found
...@@ -406,9 +406,6 @@ ...@@ -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
... ...
......
...@@ -108,6 +108,7 @@ ...@@ -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
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment