🚸 Onboard SD for SKR 2.0 / SKR PRO (#23274)
This commit is contained in:
parent
8d4e4ac115
commit
eecbd09a46
|
@ -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