STM32: fix sdcard filename conversion

This commit is contained in:
Tanguy Pruvot 2019-05-12 01:29:17 +02:00
parent 940ff8e7c8
commit 8075893352

View file

@ -43,7 +43,7 @@ static char HAL_STM32F1_eeprom_content[HAL_STM32F1_EEPROM_SIZE];
#include "../../sd/cardreader.h"
static const char eeprom_filename[] = "eeprom.dat";
static char eeprom_filename[] = "eeprom.dat";
bool PersistentStore::access_start() {
if (!card.isDetected()) return false;