Skip to content

Commit

Permalink
virt: adapt to trussed-dev/littlefs2#24
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Feb 6, 2023
1 parent 9fc1990 commit 1dc2f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/virt/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1dc2f43

Please sign in to comment.