🚸 Onboard SD for SKR 2.0 / SKR PRO (#23274)

This commit is contained in:
Robby Candra
2021-12-09 01:57:50 +07:00
committed by GitHub
parent 9e6ded3cdf
commit a84e0404e0
2 changed files with 2 additions and 2 deletions

View File

@@ -309,7 +309,7 @@
// //
#ifndef SDCARD_CONNECTION #ifndef SDCARD_CONNECTION
#define SDCARD_CONNECTION LCD #define SDCARD_CONNECTION ONBOARD
#endif #endif
/** ------ ------ /** ------ ------

View File

@@ -329,7 +329,7 @@
// SD Connection // SD Connection
// //
#ifndef SDCARD_CONNECTION #ifndef SDCARD_CONNECTION
#define SDCARD_CONNECTION LCD #define SDCARD_CONNECTION ONBOARD
#endif #endif
/** /**