Remove unneeded debug message. Fix test function.
[bertos.git] / 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