mirror of
https://github.com/grblHAL/core.git
synced 2026-03-23 11:32:44 +08:00
Minor options preprocessor change for littlefs, "hardened" VFS code. Core build date not changed.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user