mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
🚸 Onboard SD for SKR 2.0 / SKR PRO (#23274)
This commit is contained in:
parent
9e6ded3cdf
commit
a84e0404e0
2 changed files with 2 additions and 2 deletions
|
@ -309,7 +309,7 @@
|
|||
//
|
||||
|
||||
#ifndef SDCARD_CONNECTION
|
||||
#define SDCARD_CONNECTION LCD
|
||||
#define SDCARD_CONNECTION ONBOARD
|
||||
#endif
|
||||
|
||||
/** ------ ------
|
||||
|
|
|
@ -329,7 +329,7 @@
|
|||
// SD Connection
|
||||
//
|
||||
#ifndef SDCARD_CONNECTION
|
||||
#define SDCARD_CONNECTION LCD
|
||||
#define SDCARD_CONNECTION ONBOARD
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue