Skip to content
Snippets Groups Projects
Unverified Commit a891d8d7 authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Merge pull request #8820 from thinkyhead/bf2_mks_sbase_spi

[2.0.x] Fix SDSUPPORT for MKS SBASE
parents 029333a8 097a2600
Branches
Tags
No related merge requests found
......@@ -37,6 +37,7 @@
#define MISO_PIN P1_23 // J8-3 (moved from EXP2 P0.8)
#define MOSI_PIN P2_12 // J8-4 (moved from EXP2 P0.5)
#define SS_PIN P0_28
#define SD_DETECT_PIN P0_27
#else
......@@ -63,9 +64,11 @@
#ifndef SS_PIN
#define SS_PIN P1_23
#endif
#endif // MKS_SBASE
#ifndef SDSS
#define SDSS SS_PIN
#endif
#endif // MKS_SBASE
#endif /* SPI_PINS_LPC1768_H */
#endif // SPI_PINS_LPC1768_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment