revert changes in test_disk.c introduced by accident in r30459
Change-Id: Ib133070e8f307be7d54b422c37a33ddac67ec639
This commit is contained in:
parent
04cd1fd99b
commit
313034df29
1 changed files with 4 additions and 4 deletions
|
@ -28,11 +28,11 @@
|
||||||
#define TEST_FILE TESTBASEDIR "/test_disk.tmp"
|
#define TEST_FILE TESTBASEDIR "/test_disk.tmp"
|
||||||
#define FRND_SEED 0x78C3 /* arbirary */
|
#define FRND_SEED 0x78C3 /* arbirary */
|
||||||
|
|
||||||
//#if (CONFIG_STORAGE & STORAGE_MMC)
|
#if (CONFIG_STORAGE & STORAGE_MMC)
|
||||||
#define TEST_SIZE (20*1024*1024)
|
#define TEST_SIZE (20*1024*1024)
|
||||||
//#else
|
#else
|
||||||
//#define TEST_SIZE (300*1024*1024)
|
#define TEST_SIZE (300*1024*1024)
|
||||||
//#endif
|
#endif
|
||||||
#define TEST_TIME 10 /* in seconds */
|
#define TEST_TIME 10 /* in seconds */
|
||||||
|
|
||||||
static unsigned char* audiobuf;
|
static unsigned char* audiobuf;
|
||||||
|
|
Loading…
Reference in a new issue