Minor options preprocessor change for littlefs, "hardened" VFS code. Core build date not changed.

This commit is contained in:
Terje Io
2022-09-11 20:37:47 +02:00
parent 180f9fa9fc
commit 229db6418b
4 changed files with 78 additions and 10 deletions

View File

@@ -172,6 +172,10 @@
#define SDCARD_ENABLE 0
#endif
#ifndef LITTLEFS_ENABLE
#define LITTLEFS_ENABLE 0
#endif
#ifndef SPI_ENABLE
#if SDCARD_ENABLE || TRINAMIC_SPI_ENABLE
#define SPI_ENABLE 1