mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-11-07 09:31:38 +01:00
Initial Commit
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
#ifndef _SDMMC_H_
|
||||
#define _SDMMC_H_
|
||||
|
||||
#include "sdkconfig.h"
|
||||
#ifndef CONFIG_IDF_TARGET_ESP32S2
|
||||
|
||||
#include "FS.h"
|
||||
#include "driver/sdmmc_types.h"
|
||||
#include "sd_defines.h"
|
||||
@@ -40,4 +43,5 @@ public:
|
||||
|
||||
extern fs::SDMMCFS SD_MMC;
|
||||
|
||||
#endif /* CONFIG_IDF_TARGET_ESP32S2 */
|
||||
#endif /* _SDMMC_H_ */
|
||||
|
||||
Reference in New Issue
Block a user