Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Jan 12, 2024
1 parent 53aa54e commit ebe725b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Marlin/src/pins/lpc1768/pins_BTT_SKR_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@
// SD Support
//
#ifndef SDCARD_CONNECTION
#if ENABLED(CR10_STOCKDISPLAY)
#define SDCARD_CONNECTION ONBOARD
#elif HAS_WIRED_LCD
#if HAS_WIRED_LCD && DISABLED(CR10_STOCKDISPLAY)
#define SDCARD_CONNECTION LCD
#else
#define SDCARD_CONNECTION ONBOARD
Expand Down

0 comments on commit ebe725b

Please sign in to comment.