Skip to content

Commit

Permalink
🔧 TriGorilla Pro default to ONBOARD_SDIO (MarlinFirmware#26586)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored Dec 29, 2023
1 parent 4e23e52 commit 1aeee2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Marlin/src/pins/stm32f1/pins_TRIGORILLA_PRO.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1aeee2c

Please sign in to comment.