mirror of
https://github.com/eledio-devices/thirdparty-littlefs.git
synced 2025-11-01 00:38:29 +01:00
WIP Changed superblock id to acocunt for future compatibility
With expanding superblocks
This commit is contained in:
3
lfs.h
3
lfs.h
@@ -93,7 +93,8 @@ enum lfs_type {
|
|||||||
|
|
||||||
// internally used types
|
// internally used types
|
||||||
LFS_TYPE_USER = 0x100,
|
LFS_TYPE_USER = 0x100,
|
||||||
LFS_TYPE_SUPERBLOCK = 0x010,
|
LFS_TYPE_SUPERBACKUP = 0x010,
|
||||||
|
LFS_TYPE_SUPERBLOCK = 0x011,
|
||||||
LFS_TYPE_NAME = 0x000,
|
LFS_TYPE_NAME = 0x000,
|
||||||
LFS_TYPE_DELETE = 0x030,
|
LFS_TYPE_DELETE = 0x030,
|
||||||
LFS_TYPE_STRUCT = 0x040,
|
LFS_TYPE_STRUCT = 0x040,
|
||||||
|
|||||||
Reference in New Issue
Block a user