Skip to content
Snippets Groups Projects
Unverified Commit d1946880 authored by dandantsui's avatar dandantsui Committed by GitHub
Browse files

Define EEPROM, SD type for MKS Robin nano (#17498)

parent 7d0ea3e2
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,12 @@
//
#define DISABLE_DEBUG
//
// EEPROM
//
//#define FLASH_EEPROM_EMULATION
#define SDCARD_EEPROM_EMULATION
//
// Limit Switches
//
......@@ -106,6 +112,10 @@
//
// SD Card
//
#ifndef SDCARD_CONNECTION
#define SDCARD_CONNECTION ONBOARD
#endif
#define SDIO_SUPPORT
#define SD_DETECT_PIN PD12
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment