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