1
0
Fork 0

enable fatfs LFN + alloc

This commit is contained in:
Simon Renblad 2024-10-21 15:08:58 +08:00
parent 60aa4ce9bc
commit b524a9f385
1 changed files with 1 additions and 0 deletions

View File

@ -27,3 +27,4 @@ libconfig = { path = "../libconfig" }
git = "https://github.com/rafalh/rust-fatfs"
rev = "85f06e0"
default-features = false
features = ["alloc", "lfn"]