M43: spi channels are not pins (#14502)
This commit is contained in:
parent
9736a21de2
commit
31450d9d6b
@ -767,15 +767,6 @@
|
||||
#if defined(SPARE_IO) && SPARE_IO >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, SPARE_IO)
|
||||
#endif
|
||||
#if defined(SPI_CHAN_DAC) && SPI_CHAN_DAC >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, SPI_CHAN_DAC)
|
||||
#endif
|
||||
#if defined(SPI_CHAN_EEPROM1) && SPI_CHAN_EEPROM1 >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, SPI_CHAN_EEPROM1)
|
||||
#endif
|
||||
#if defined(SPI_EEPROM) && SPI_EEPROM >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, SPI_EEPROM)
|
||||
#endif
|
||||
#if defined(SPI_EEPROM1_CS) && SPI_EEPROM1_CS >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, SPI_EEPROM1_CS)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user