♻️ SDSS => SD_SS_PIN

MarlinFirmware/Marlin#27650
This commit is contained in:
Scott Lahteine 2025-01-22 17:55:48 -06:00
parent b0ba544067
commit 1cedb0f256
379 changed files with 757 additions and 757 deletions

View file

@ -1869,7 +1869,7 @@
*
* SCLK, MOSI, MISO --> SCLK, MOSI, MISO
* INT --> SD_DETECT_PIN [1]
* SS --> SDSS
* SS --> SD_SS_PIN
*
* [1] On AVR an interrupt-capable pin is best for UHS3 compatibility.
*/
@ -1896,7 +1896,7 @@
//#define USE_OTG_USB_HOST
#if DISABLED(USE_OTG_USB_HOST)
#define USB_CS_PIN SDSS
#define USB_CS_PIN SD_SS_PIN
#define USB_INTR_PIN SD_DETECT_PIN
#endif
#endif