Merge remote-tracking branch 'origin/master' into debug-improvements

This commit is contained in:
Christopher Haster
2019-07-28 21:53:13 -05:00
8 changed files with 229 additions and 129 deletions

View File

@@ -63,7 +63,7 @@ char path[1024];
#endif
#ifndef LFS_CACHE_SIZE
#define LFS_CACHE_SIZE 64
#define LFS_CACHE_SIZE (64 % LFS_PROG_SIZE == 0 ? 64 : LFS_PROG_SIZE)
#endif
#ifndef LFS_LOOKAHEAD_SIZE