Prefix SD SPI pins (SCK, MISO, MOSI, SS) (#20606)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@@ -702,7 +702,7 @@
|
||||
// REPORT_NAME_DIGITAL(__LINE__, MISO)
|
||||
// #endif
|
||||
#if PIN_EXISTS(MISO)
|
||||
REPORT_NAME_DIGITAL(__LINE__, MISO_PIN)
|
||||
REPORT_NAME_DIGITAL(__LINE__, SD_MISO_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(MOSFET_A)
|
||||
REPORT_NAME_DIGITAL(__LINE__, MOSFET_A_PIN)
|
||||
@@ -720,7 +720,7 @@
|
||||
// REPORT_NAME_DIGITAL(__LINE__, MOSI)
|
||||
// #endif
|
||||
#if PIN_EXISTS(MOSI)
|
||||
REPORT_NAME_DIGITAL(__LINE__, MOSI_PIN)
|
||||
REPORT_NAME_DIGITAL(__LINE__, SD_MOSI_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(MOTOR_CURRENT_PWM_E)
|
||||
REPORT_NAME_DIGITAL(__LINE__, MOTOR_CURRENT_PWM_E_PIN)
|
||||
@@ -801,7 +801,7 @@
|
||||
// REPORT_NAME_DIGITAL(__LINE__, SCK)
|
||||
// #endif
|
||||
#if PIN_EXISTS(SCK)
|
||||
REPORT_NAME_DIGITAL(__LINE__, SCK_PIN)
|
||||
REPORT_NAME_DIGITAL(__LINE__, SD_SCK_PIN)
|
||||
#endif
|
||||
// #if defined(SCL) && SCL >= 0
|
||||
// REPORT_NAME_DIGITAL(__LINE__, SCL)
|
||||
@@ -909,7 +909,7 @@
|
||||
REPORT_NAME_DIGITAL(__LINE__, SR_STROBE_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(SS)
|
||||
REPORT_NAME_DIGITAL(__LINE__, SS_PIN)
|
||||
REPORT_NAME_DIGITAL(__LINE__, SD_SS_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(STAT_LED_BLUE)
|
||||
REPORT_NAME_DIGITAL(__LINE__, STAT_LED_BLUE_PIN)
|
||||
|
||||
Reference in New Issue
Block a user