forked from len0rd/rockbox
Use MULTIDRIVE instead of MULTIVOLUME in sd.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23766 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
39bfe3153a
commit
7ccff054ff
1 changed files with 2 additions and 2 deletions
|
|
@ -80,9 +80,9 @@ void sd_spindown(int seconds)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef STORAGE_GET_INFO
|
#ifdef STORAGE_GET_INFO
|
||||||
void sd_get_info(IF_MV2(int drive,) struct storage_info *info)
|
void sd_get_info(IF_MD2(int drive,) struct storage_info *info)
|
||||||
{
|
{
|
||||||
#ifndef HAVE_MULTIVOLUME
|
#ifndef HAVE_MULTIDRIVE
|
||||||
const int drive=0;
|
const int drive=0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue