Skip to content

Commit 1aeee2c

Browse files
authored
🔧 TriGorilla Pro default to ONBOARD_SDIO (MarlinFirmware#26586)
1 parent 4e23e52 commit 1aeee2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Marlin/src/pins/stm32f1/pins_TRIGORILLA_PRO.h

+6
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,12 @@
186186
// SPI1(PA7) & SPI3(PB5) not available
187187
#define SPI_DEVICE 2 // Maple
188188

189+
//
190+
// SD Card
191+
//
192+
#ifndef ONBOARD_SDIO
193+
#define ONBOARD_SDIO
194+
#endif
189195
#if ENABLED(ONBOARD_SDIO)
190196
#define SD_SCK_PIN PB13 // SPI2 ok
191197
#define SD_MISO_PIN PB14 // SPI2 ok

0 commit comments

Comments
 (0)