This commit is contained in:
Hongze Cheng 2022-03-11 08:18:00 +00:00
parent 6da314df7c
commit 0dcb97fd08
1 changed files with 2 additions and 1 deletions

View File

@ -38,8 +38,9 @@ typedef struct __attribute__((__packed__)) {
u8 cellCont[3]; u8 cellCont[3];
u8 freeCell[3]; u8 freeCell[3];
u8 nFree[3]; u8 nFree[3];
} SPageHdrL; } SLPageHdr;
// Page footer
typedef struct __attribute__((__packed__)) { typedef struct __attribute__((__packed__)) {
u8 cksm[4]; u8 cksm[4];
} SPageFtr; } SPageFtr;