STM32: Fix SD EEPROM emulation conflict (#14012)
This commit is contained in:
committed by
Scott Lahteine
parent
785c01f2bc
commit
d7b0369e39
@ -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
|
||||
|
Reference in New Issue
Block a user