mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix debug/multidrive build error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23460 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dd33bdfe0d
commit
add481bf6d
1 changed files with 4 additions and 1 deletions
|
|
@ -823,8 +823,11 @@ int sd_write_sectors(IF_MD2(int card_no,) unsigned long start, int count,
|
|||
(void) outbuf;
|
||||
return -1;
|
||||
#else
|
||||
#ifdef HAVE_MULTIDRIVE
|
||||
dbgprintf ("sd_write %d %x %d\n", card_no, start, count);
|
||||
|
||||
#else
|
||||
dbgprintf ("sd_write %x %d\n", start, count);
|
||||
#endif
|
||||
return sd_transfer_sectors(IF_MD2(card_no,) start, count, (void*)outbuf, true);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue