Emulate an hw buffer.
[bertos.git] / bertos / fs / battfs_test.c
index d385bb9d8714f8f4a34b5dce79b47013ec0c3b58..bb4f6cc2aa1f5cf166ce5537a09fb19f9d9308c2 100644 (file)
@@ -50,7 +50,7 @@
 #define DATA_SIZE (PAGE_SIZE - BATTFS_HEADER_LEN)
 #define PAGE_COUNT (FILE_SIZE / PAGE_SIZE)
 
-#define HW_PAGEBUF false
+#define HW_PAGEBUF true
 #if UNIT_TEST
 
 const char test_filename[]="battfs_disk.bin";