projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bafd7a5
)
Reformat.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 5 Dec 2007 20:48:49 +0000
(20:48 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 5 Dec 2007 20:48:49 +0000
(20:48 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1023
38d2e660
-2303-0410-9eaa-
f027e97ec537
fs/battfs.h
patch
|
blob
|
history
diff --git
a/fs/battfs.h
b/fs/battfs.h
index a3ef1cc654c623d93c2dcc68e8b9f9ed9ceed858..e5538fa2fe3e53d22a72fbd47bd9a1dab008fbc7 100644
(file)
--- a/
fs/battfs.h
+++ b/
fs/battfs.h
@@
-63,7
+63,7
@@
typedef struct BattFsPageHeader
mark_t mark; ///< Marker used to keep trace of free/used pages.
pgoff_t pgoff; ///< Page offset inside file.
fill_t fill; ///< Filled bytes in page.
- uint16_t rfu; ///< Reserved for future use, 0xFFFF for now.
+ uint16_t rfu;
///< Reserved for future use, 0xFFFF for now.
fcs_t fcs; ///< FCS (Frame Check Sequence) of the page header.
} BattFsPageHeader;