diff options
| author | Marcin Bukat <marcin.bukat@gmail.com> | 2011-09-06 12:39:49 +0000 |
|---|---|---|
| committer | Marcin Bukat <marcin.bukat@gmail.com> | 2011-09-06 12:39:49 +0000 |
| commit | 6d5671a8d8199c7fd04490fce5098b23b893c528 (patch) | |
| tree | 9102217f6f7629c3fc84bac0544c35eb14c83a88 /apps/plugins/test_disk.c | |
| parent | 4c896d9fe2f951da712dc1b3a5f6b5dbdf113f35 (diff) | |
| download | rockbox-6d5671a8d8199c7fd04490fce5098b23b893c528.zip rockbox-6d5671a8d8199c7fd04490fce5098b23b893c528.tar.gz rockbox-6d5671a8d8199c7fd04490fce5098b23b893c528.tar.bz2 rockbox-6d5671a8d8199c7fd04490fce5098b23b893c528.tar.xz | |
rk27xx - enable a few test plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30459 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/test_disk.c')
| -rw-r--r-- | apps/plugins/test_disk.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/test_disk.c b/apps/plugins/test_disk.c index b211bc7..6d5ea29 100644 --- a/apps/plugins/test_disk.c +++ b/apps/plugins/test_disk.c @@ -28,11 +28,11 @@ #define TEST_FILE TESTBASEDIR "/test_disk.tmp" #define FRND_SEED 0x78C3 /* arbirary */ -#if (CONFIG_STORAGE & STORAGE_MMC) +//#if (CONFIG_STORAGE & STORAGE_MMC) #define TEST_SIZE (20*1024*1024) -#else -#define TEST_SIZE (300*1024*1024) -#endif +//#else +//#define TEST_SIZE (300*1024*1024) +//#endif #define TEST_TIME 10 /* in seconds */ static unsigned char* audiobuf; |