mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
cleanup storage defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18950 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3aa5832808
commit
19d1cacb1a
71 changed files with 142 additions and 114 deletions
|
@ -29,7 +29,7 @@ PLUGIN_HEADER
|
|||
#define TEST_FILE TESTBASEDIR "/test_disk.tmp"
|
||||
#define FRND_SEED 0x78C3 /* arbirary */
|
||||
|
||||
#ifdef HAVE_MMC
|
||||
#if (CONFIG_STORAGE & STORAGE_MMC)
|
||||
#define TEST_SIZE (20*1024*1024)
|
||||
#else
|
||||
#define TEST_SIZE (300*1024*1024)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue