🎨 Update MKSPWC, some other pins (#22557)
This commit is contained in:
@@ -291,11 +291,11 @@
|
||||
#if PIN_EXISTS(DAC_DISABLE)
|
||||
REPORT_NAME_DIGITAL(__LINE__, DAC_DISABLE_PIN)
|
||||
#endif
|
||||
#if defined(DAC0_SYNC) && DAC0_SYNC >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, DAC0_SYNC)
|
||||
#if PIN_EXISTS(DAC0_SYNC)
|
||||
REPORT_NAME_DIGITAL(__LINE__, DAC0_SYNC_PIN)
|
||||
#endif
|
||||
#if defined(DAC1_SYNC) && DAC1_SYNC >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, DAC1_SYNC)
|
||||
#if PIN_EXISTS(DAC1_SYNC)
|
||||
REPORT_NAME_DIGITAL(__LINE__, DAC1_SYNC_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(DEBUG)
|
||||
REPORT_NAME_DIGITAL(__LINE__, DEBUG_PIN)
|
||||
@@ -974,14 +974,14 @@
|
||||
#if defined(SPARE_IO) && SPARE_IO >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, SPARE_IO)
|
||||
#endif
|
||||
#if defined(SPI_EEPROM1_CS) && SPI_EEPROM1_CS >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, SPI_EEPROM1_CS)
|
||||
#if PIN_EXISTS(SPI_EEPROM1_CS)
|
||||
REPORT_NAME_DIGITAL(__LINE__, SPI_EEPROM1_CS_PIN)
|
||||
#endif
|
||||
#if defined(SPI_EEPROM2_CS) && SPI_EEPROM2_CS >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, SPI_EEPROM2_CS)
|
||||
#if PIN_EXISTS(SPI_EEPROM2_CS)
|
||||
REPORT_NAME_DIGITAL(__LINE__, SPI_EEPROM2_CS_PIN)
|
||||
#endif
|
||||
#if defined(SPI_FLASH_CS) && SPI_FLASH_CS >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, SPI_FLASH_CS)
|
||||
#if PIN_EXISTS(SPI_FLASH_CS)
|
||||
REPORT_NAME_DIGITAL(__LINE__, SPI_FLASH_CS_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(SPINDLE_DIR)
|
||||
REPORT_NAME_DIGITAL(__LINE__, SPINDLE_DIR_PIN)
|
||||
|
||||
Reference in New Issue
Block a user