fix T-HMI linker error SD_MMC

This commit is contained in:
mverch67
2025-02-27 13:42:19 +01:00
parent ae93db050e
commit 68d74906c4
+1 -1
View File
@@ -9,7 +9,7 @@
static fs::FS &SD = PortduinoFS; // Portduino does not (yet) support SD device, use normal file system
#elif defined(HAS_SD_MMC)
#include "SD_MMC.h"
fs::SDMMCFS &SD = SD_MMC;
static fs::SDMMCFS &SD = SD_MMC;
#else
#include "SD.h"
#endif