|
@@ -52,7 +52,7 @@ typedef uint32_t lfs_block_t;
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
// Maximum size of a file in bytes, may be redefined to limit to support other
|
|
// Maximum size of a file in bytes, may be redefined to limit to support other
|
|
|
-// drivers. Limited on disk to <= 4294967296. However, above 2147483647 the
|
|
|
|
|
|
|
+// drivers. Limited on disk to <= 4294967295. However, above 2147483647 the
|
|
|
// functions lfs_file_seek, lfs_file_size, and lfs_file_tell will return
|
|
// functions lfs_file_seek, lfs_file_size, and lfs_file_tell will return
|
|
|
// incorrect values due to using signed integers. Stored in superblock and
|
|
// incorrect values due to using signed integers. Stored in superblock and
|
|
|
// must be respected by other littlefs drivers.
|
|
// must be respected by other littlefs drivers.
|