Unbreak battfs_test: comply with new policy.
[bertos.git] / bertos / fs / battfs.c
index 6d6b92d8087704e85caa2c07d701f29e8117730d..74c5ac5f8f3276042d2edeeefb1665920663ed6b 100644 (file)
@@ -40,9 +40,6 @@
 
 #include "battfs.h"
 
-#warning TODO:Fix and complete this module.
-
-#if 0
 #include <cfg/debug.h>
 #include <cfg/macros.h> /* MIN, MAX */
 #include <cpu/byteorder.h> /* cpu_to_xx */
@@ -828,5 +825,3 @@ bool battfs_writeTestBlock(struct BattFsSuper *disk, pgcnt_t page, inode_t inode
 
        return true;
 }
-
-#endif