mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-29 19:00:37 -07:00
🔧 TriGorilla Pro default to ONBOARD_SDIO (#26586)
This commit is contained in:
parent
4e23e52a89
commit
1aeee2cd1f
1 changed files with 6 additions and 0 deletions
|
|
@ -186,6 +186,12 @@
|
|||
// SPI1(PA7) & SPI3(PB5) not available
|
||||
#define SPI_DEVICE 2 // Maple
|
||||
|
||||
//
|
||||
// SD Card
|
||||
//
|
||||
#ifndef ONBOARD_SDIO
|
||||
#define ONBOARD_SDIO
|
||||
#endif
|
||||
#if ENABLED(ONBOARD_SDIO)
|
||||
#define SD_SCK_PIN PB13 // SPI2 ok
|
||||
#define SD_MISO_PIN PB14 // SPI2 ok
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue