1
0
Fork 0
forked from len0rd/rockbox

rk27xx - enable a few test plugins

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30459 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcin Bukat 2011-09-06 12:39:49 +00:00
parent 4c896d9fe2
commit 6d5671a8d8
6 changed files with 31 additions and 5 deletions

View file

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