Define sd_drive_nr also when HAVE_HOTSWAP is defined (fix red).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23764 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d027ddb75d
commit
507465be94
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
#include "usb.h"
|
||||
|
||||
static long last_disk_activity = -1;
|
||||
#ifdef CONFIG_STORAGE_MULTI
|
||||
#if defined(CONFIG_STORAGE_MULTI) || defined(HAVE_HOTSWAP)
|
||||
static int sd_drive_nr = 0;
|
||||
#endif
|
||||
static tCardInfo card;
|
||||
|
|
Loading…
Reference in a new issue