This commit is contained in:
elmo128 2023-09-17 14:55:28 +02:00
parent 2e366e931b
commit e1d9cbb6c2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include"src/drivers/storage/SDCard.h" #include"SDCard.h"
#if defined (BUILD_SDMMC_1) || defined(BUILD_SDMMC_4) || defined (BUILD_SDSPI) #if defined (BUILD_SDMMC_1) || defined(BUILD_SDMMC_4) || defined (BUILD_SDSPI)

View File

@ -1,4 +1,4 @@
#include "src/drivers/storage/nvMemory.h" #include "nvMemory.h"
#ifdef NVMEM_SPIFFS #ifdef NVMEM_SPIFFS