summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2012-03-22 18:36:27 +0100
committerMarcin Bukat <marcin.bukat@gmail.com>2012-03-22 18:37:55 +0100
commit313034df291727fdce18e3fedc5cff1984f20cad (patch)
tree3619295eed1652f4acf4337ae8cb2ea4a14b1449 /apps
parent04cd1fd99ba4678f321aed956580d03992d80440 (diff)
downloadrockbox-313034df291727fdce18e3fedc5cff1984f20cad.tar.gz
rockbox-313034df291727fdce18e3fedc5cff1984f20cad.zip
revert changes in test_disk.c introduced by accident in r30459
Change-Id: Ib133070e8f307be7d54b422c37a33ddac67ec639
Diffstat (limited to 'apps')
-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 7c46101ebc..332cc1cb08 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;