Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a942c93

Browse files
ellenspthinkyhead
authored andcommittedJun 21, 2024
🩹 Longer3D LK has ONBOARD_SDIO (MarlinFirmware#27129)
1 parent fff0d70 commit a942c93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎Marlin/src/pins/stm32f1/pins_LONGER3D_LK.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@
160160
#define LCD_BRIGHTNESS_DEFAULT TFT_BACKLIGHT_PWM
161161
#endif
162162

163-
#if ENABLED(ONBOARD_SDIO)
163+
#if SD_CONNECTION_IS(ONBOARD)
164+
#define ONBOARD_SDIO
164165
#define SD_SS_PIN -1 // else SDSS set to PA4 in M43 (spi_pins.h)
165166
#endif
166167

0 commit comments

Comments
 (0)
Please sign in to comment.