mirror of
https://github.com/eledio-devices/thirdparty-littlefs.git
synced 2025-11-01 08:48:31 +01:00
WIP modified ctz type tag for future compatibility with erased files
This commit is contained in:
6
lfs.h
6
lfs.h
@@ -104,9 +104,9 @@ enum lfs_type {
|
|||||||
LFS_TYPE_HARDTAIL = 0x0c1,
|
LFS_TYPE_HARDTAIL = 0x0c1,
|
||||||
LFS_TYPE_CRC = 0x0f0,
|
LFS_TYPE_CRC = 0x0f0,
|
||||||
|
|
||||||
LFS_TYPE_INLINESTRUCT = 0x040,
|
LFS_TYPE_DIRSTRUCT = 0x040,
|
||||||
LFS_TYPE_CTZSTRUCT = 0x041,
|
LFS_TYPE_INLINESTRUCT = 0x041,
|
||||||
LFS_TYPE_DIRSTRUCT = 0x042,
|
LFS_TYPE_CTZSTRUCT = 0x042,
|
||||||
|
|
||||||
// internal chip sources
|
// internal chip sources
|
||||||
LFS_FROM_REGION = 0x000,
|
LFS_FROM_REGION = 0x000,
|
||||||
|
|||||||
Reference in New Issue
Block a user