summaryrefslogtreecommitdiff
path: root/apps/plugins/test_disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_disk.c')
-rw-r--r--apps/plugins/test_disk.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/test_disk.c b/apps/plugins/test_disk.c
index b211bc774e..6d5ea29d57 100644
--- a/apps/plugins/test_disk.c
+++ b/apps/plugins/test_disk.c
@@ -28,11 +28,11 @@
28#define TEST_FILE TESTBASEDIR "/test_disk.tmp" 28#define TEST_FILE TESTBASEDIR "/test_disk.tmp"
29#define FRND_SEED 0x78C3 /* arbirary */ 29#define FRND_SEED 0x78C3 /* arbirary */
30 30
31#if (CONFIG_STORAGE & STORAGE_MMC) 31//#if (CONFIG_STORAGE & STORAGE_MMC)
32#define TEST_SIZE (20*1024*1024) 32#define TEST_SIZE (20*1024*1024)
33#else 33//#else
34#define TEST_SIZE (300*1024*1024) 34//#define TEST_SIZE (300*1024*1024)
35#endif 35//#endif
36#define TEST_TIME 10 /* in seconds */ 36#define TEST_TIME 10 /* in seconds */
37 37
38static unsigned char* audiobuf; 38static unsigned char* audiobuf;