Skip to content

Commit

Permalink
fixup! pkg/littlefs: bump littlefs version
Browse files Browse the repository at this point in the history
  • Loading branch information
bergzand committed Jan 28, 2020
1 parent 55a24e5 commit 23e3805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/fs/littlefs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ typedef struct {
uint8_t prog_buf[LITTLEFS_PROG_BUFFER_SIZE];
#endif
/** lookahead buffer to use internally */
uint8_t lookahead_buf[LITTLEFS_LOOKAHEAD_SIZE / 8];
uint8_t lookahead_buf[LITTLEFS_LOOKAHEAD_SIZE];
} littlefs_desc_t;

/** The littlefs vfs driver */
Expand Down

0 comments on commit 23e3805

Please sign in to comment.