diff --git a/source/graphics/TFT/TFTView_320x240.cpp b/source/graphics/TFT/TFTView_320x240.cpp index 44e86c8..7233dad 100644 --- a/source/graphics/TFT/TFTView_320x240.cpp +++ b/source/graphics/TFT/TFTView_320x240.cpp @@ -31,6 +31,9 @@ #include "PortduinoFS.h" #include "util/LinuxHelper.h" fs::FS &SD = PortduinoFS; +#elif defined(HAS_SD_MMC) +#include "SD_MMC.h" +fs::SDMMCFS &SD = SD_MMC; #else #include "SD.h" #endif