Skip to content

Commit

Permalink
Update README example code in accordance to the block_cycles change
Browse files Browse the repository at this point in the history
An addition to 38a2a8d. When executing the given example in README,
you immediately get an assertion error because block_cycles is initiated to 0.
  • Loading branch information
roykuper13 committed Oct 13, 2019
1 parent fd204ac commit 4d068a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const struct lfs_config cfg = {
.block_count = 128,
.cache_size = 16,
.lookahead_size = 16,
.block_cycles = 500,
};

// entry point
Expand Down

0 comments on commit 4d068a1

Please sign in to comment.