From 2da9392fbfce82a618734d026bf603dfca35b135 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Tue, 7 Aug 2018 09:57:54 -0500 Subject: [PATCH] WIP modified ctz type tag for future compatibility with erased files --- lfs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs.h b/lfs.h index df0927e..aa96262 100644 --- a/lfs.h +++ b/lfs.h @@ -104,9 +104,9 @@ enum lfs_type { LFS_TYPE_HARDTAIL = 0x0c1, LFS_TYPE_CRC = 0x0f0, - LFS_TYPE_INLINESTRUCT = 0x040, - LFS_TYPE_CTZSTRUCT = 0x041, - LFS_TYPE_DIRSTRUCT = 0x042, + LFS_TYPE_DIRSTRUCT = 0x040, + LFS_TYPE_INLINESTRUCT = 0x041, + LFS_TYPE_CTZSTRUCT = 0x042, // internal chip sources LFS_FROM_REGION = 0x000,