Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lfs.c')
-rw-r--r--lfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lfs.c b/lfs.c
index 6c517a4..a18752c 100644
--- a/lfs.c
+++ b/lfs.c
@@ -13,8 +13,8 @@
#error "LFS_NAME_MAX must be in the range (0, 1022]"
#endif
-#if (LFS_FILE_MAX <= 0) || (LFS_FILE_MAX > 4294967296)
-#error "LFS_FILE_MAX must be in the range (0, 4294967296]"
+#if (LFS_FILE_MAX <= 0) || (LFS_FILE_MAX > 4294967295)
+#error "LFS_FILE_MAX must be in the range (0, 4294967295]"
#endif
#if (LFS_FILE_MAX > 2147483647)