0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-15 18:56:13 +00:00

🚸 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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
/** /**