[2.0.x] Add 1284 support & misc. bug fixes (#9864)
This commit is contained in:
committed by
Scott Lahteine
parent
118899357d
commit
c1f4112bdc
@ -617,15 +617,15 @@
|
||||
#if PIN_EXISTS(SCK)
|
||||
REPORT_NAME_DIGITAL(__LINE__, SCK_PIN)
|
||||
#endif
|
||||
#if defined(SCL) && SCL >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, SCL)
|
||||
#endif
|
||||
// #if defined(SCL) && SCL >= 0
|
||||
// REPORT_NAME_DIGITAL(__LINE__, SCL)
|
||||
// #endif
|
||||
#if PIN_EXISTS(SD_DETECT)
|
||||
REPORT_NAME_DIGITAL(__LINE__, SD_DETECT_PIN)
|
||||
#endif
|
||||
#if defined(SDA) && SDA >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, SDA)
|
||||
#endif
|
||||
// #if defined(SDA) && SDA >= 0
|
||||
// REPORT_NAME_DIGITAL(__LINE__, SDA)
|
||||
// #endif
|
||||
#if defined(SDPOWER) && SDPOWER >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, SDPOWER)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user