From 1dc2f43d94bf26f023308cbf8d942b9eb8651d4d Mon Sep 17 00:00:00 2001 From: Markus Meissner Date: Mon, 6 Feb 2023 15:14:29 +0100 Subject: [PATCH] virt: adapt to trussed-dev/littlefs2#24 --- src/virt/store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/virt/store.rs b/src/virt/store.rs index 2e1589cf598..543d4c4a8e9 100644 --- a/src/virt/store.rs +++ b/src/virt/store.rs @@ -53,7 +53,7 @@ impl Storage for FilesystemStorage { const BLOCK_CYCLES: isize = -1; type CACHE_SIZE = U512; - type LOOKAHEADWORDS_SIZE = U16; + type LOOKAHEAD_SIZE = U8; // TODO: This can't actually be changed currently // type FILENAME_MAX_PLUS_ONE = U256; // type PATH_MAX_PLUS_ONE = U256;