This commit is contained in:
elmo128 2023-09-16 01:42:40 +02:00
parent cc1832641b
commit 6690f3cccb
2 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,8 @@ private:
#if defined (BUILD_SDMMC_1) || defined(BUILD_SDMMC_4) #if defined (BUILD_SDMMC_1) || defined(BUILD_SDMMC_4)
fs::SDMMCFS* iSD_; fs::SDMMCFS* iSD_;
#elif defined (BUILD_SDSPI) #elif defined (BUILD_SDSPI)
#error You chose to run the SD card in SPI mode. This is not implemented yet.
fs::SDFS* iSD_; fs::SDFS* iSD_;
#error You chose to run the sd card in SPI mode. This is not implemented yet.
#endif #endif
}; };

View File

@ -152,7 +152,6 @@ bool nvMemory::init()
return Initialized_; return Initialized_;
}; };
#else #else
#error We need some kind of permanent storage implementation! #error We need some kind of permanent storage implementation!