Emulate an hw buffer.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 3 Jul 2010 13:35:28 +0000 (13:35 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 3 Jul 2010 13:35:28 +0000 (13:35 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3995 38d2e660-2303-0410-9eaa-f027e97ec537

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";