forked from len0rd/rockbox
define SERIALIZE_WRITES for all HAVE_ATA_SD, not just the sansas
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18001 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b564ac44cd
commit
df7d6d0e6e
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
* by not overlapping ata_write_sector() with USB transfers. This does reduce
|
||||
* write performance, so we only do it for the affected DAPs
|
||||
*/
|
||||
#if defined(SANSA_C200) || defined(SANSA_E200)
|
||||
#ifdef HAVE_ATA_SD
|
||||
#define SERIALIZE_WRITES
|
||||
#endif
|
||||
/* Enable the following define to export only the SD card slot. This
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue