Browse Source

M43: spi channels are not pins (#14502)

Tanguy Pruvot 5 years ago
parent
commit
31450d9d6b
1 changed files with 0 additions and 9 deletions
  1. 0
    9
      Marlin/src/pins/pinsDebug_list.h

+ 0
- 9
Marlin/src/pins/pinsDebug_list.h View File

@@ -767,15 +767,6 @@
767 767
 #if defined(SPARE_IO) && SPARE_IO >= 0
768 768
   REPORT_NAME_DIGITAL(__LINE__, SPARE_IO)
769 769
 #endif
770
-#if defined(SPI_CHAN_DAC) && SPI_CHAN_DAC >= 0
771
-  REPORT_NAME_DIGITAL(__LINE__, SPI_CHAN_DAC)
772
-#endif
773
-#if defined(SPI_CHAN_EEPROM1) && SPI_CHAN_EEPROM1 >= 0
774
-  REPORT_NAME_DIGITAL(__LINE__, SPI_CHAN_EEPROM1)
775
-#endif
776
-#if defined(SPI_EEPROM) && SPI_EEPROM >= 0
777
-  REPORT_NAME_DIGITAL(__LINE__, SPI_EEPROM)
778
-#endif
779 770
 #if defined(SPI_EEPROM1_CS) && SPI_EEPROM1_CS >= 0
780 771
   REPORT_NAME_DIGITAL(__LINE__, SPI_EEPROM1_CS)
781 772
 #endif

Loading…
Cancel
Save