STM32: Fix SD EEPROM emulation conflict (#14012)

This commit is contained in:
Tanguy Pruvot
2019-05-15 09:42:10 +02:00
committed by Scott Lahteine
parent 785c01f2bc
commit d7b0369e39
2 changed files with 17 additions and 10 deletions

View File

@ -144,6 +144,7 @@ public:
static card_flags_t flag;
static char filename[FILENAME_LENGTH], longFilename[LONG_FILENAME_LENGTH];
static int8_t autostart_index;
static SdFile getroot() { return root; }
#if ENABLED(BINARY_FILE_TRANSFER)
#if NUM_SERIAL > 1