mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-04 09:04:42 -07:00
parent
84113367fc
commit
ab7137ab8e
1 changed files with 3 additions and 2 deletions
|
|
@ -24,8 +24,6 @@
|
|||
/**
|
||||
* Define SPI Pins: SCK, MISO, MOSI, SS
|
||||
*/
|
||||
#define PIN_SPI_SS 2
|
||||
|
||||
#ifndef SD_SCK_PIN
|
||||
#define SD_SCK_PIN PIN_SPI_SCK
|
||||
#endif
|
||||
|
|
@ -35,3 +33,6 @@
|
|||
#ifndef SD_MOSI_PIN
|
||||
#define SD_MOSI_PIN PIN_SPI_MOSI
|
||||
#endif
|
||||
#ifndef SD_SS_PIN
|
||||
#define SD_SS_PIN PIN_SPI_SS
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue