Reformat.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 28 Nov 2007 23:06:42 +0000 (23:06 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 28 Nov 2007 23:06:42 +0000 (23:06 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1012 38d2e660-2303-0410-9eaa-f027e97ec537

fs/battfs.h

index b7f5ebeb4a3fa054e6c1e2638199a8a64ef84d46..c2fdf71d8aec1cfee88f6b87dc6ff56b0627fa72 100644 (file)
@@ -42,7 +42,7 @@
 #define FS_BATTFS_H
 
 #include <cfg/compiler.h> // uintXX_t; STATIC_ASSERT
-#include <cpu/types.h>
+#include <cpu/types.h> // CPU_BITS_PER_CHAR
 
 typedef uint16_t fill_t;
 typedef uint16_t pgoff_t;
@@ -56,6 +56,7 @@ typedef uint8_t  fsc_t;
  */
 #define FILLSIZE ((sizeof(fill_t) * CPU_BITS_PER_CHAR) - 2)
 
+
 /**
  * BattFS page header.
  * \note fields order is chosen to comply