mirror of
https://github.com/m5stack/meshtastic-device-ui.git
synced 2026-05-20 11:51:03 -07:00
fix T-HMI linker error SD_MMC
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user