Skip to content

Commit

Permalink
include SD_MMC.h only when supported (#21611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed Jun 11, 2024
1 parent 4858ec0 commit 7e8bcd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasmota/tasmota.ino
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
#include <LittleFS.h>
#ifdef USE_SDCARD
#include <SD.h>
#ifdef SOC_SDMMC_HOST_SUPPORTED
#include <SD_MMC.h>
#endif // SOC_SDMMC_HOST_SUPPORTED
#endif // USE_SDCARD
#include "FFat.h"
#include "FS.h"
Expand Down

0 comments on commit 7e8bcd8

Please sign in to comment.