Skip to content

Commit

Permalink
Fix codespell errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKa committed Nov 11, 2023
1 parent 36b0ba4 commit 3afd40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .codespell-ignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tust
fram
2 changes: 1 addition & 1 deletion Sts1CobcSw/FileSystem/FileSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ auto lookaheadBuffer = std::array<Byte, pageSize>{};
// TODO: Check if they need to be global
lfs_t lfs{};
lfs_file_t lfsFile{};
// TODO: Maybe add a conifg header to set things like NAME_MAX or whatever. That could safe a bit of
// TODO: Maybe add a config header to set things like NAME_MAX or whatever. That could safe a bit of
// RAM.
lfs_config const lfsConfig{.read = &Read,
.prog = &Program,
Expand Down

0 comments on commit 3afd40c

Please sign in to comment.