mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-03-13 22:12:47 +03:00
Update include directive for sdmmc_common.h
This commit is contained in:
@@ -31,7 +31,12 @@ extern "C"
|
||||
#include "ClassLogFile.h"
|
||||
|
||||
#include "esp_vfs_fat.h"
|
||||
#include "../sdmmc_common.h"
|
||||
|
||||
#if (ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 4, 0))
|
||||
#include <esp_private/sdmmc_common.h>
|
||||
#else
|
||||
#include <../sdmmc_common.h>
|
||||
#endif
|
||||
|
||||
static const char *TAG = "HELPER";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user