PINS_DEBUGGING cleanup for DUE

This commit is contained in:
Bob-the-Kuhn
2018-01-19 21:12:24 -06:00
parent 11e68541b0
commit 16eb966ee3
2 changed files with 1 additions and 3 deletions

View File

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