ソースを参照

Merge pull request #308 from roykuper13/readme-example-update-block-cycles

Update readme example code in accordance to the block_cycles change
Christopher Haster 6 年 前
コミット
6b65737715
1 ファイル変更1 行追加0 行削除
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -53,6 +53,7 @@ const struct lfs_config cfg = {
     .block_count = 128,
     .block_count = 128,
     .cache_size = 16,
     .cache_size = 16,
     .lookahead_size = 16,
     .lookahead_size = 16,
+    .block_cycles = 500,
 };
 };
 
 
 // entry point
 // entry point