forked from len0rd/rockbox
Fix yellow build as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9094 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3113bc3833
commit
06616783a8
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ static int countdown;
|
||||||
|
|
||||||
static int usb_state;
|
static int usb_state;
|
||||||
|
|
||||||
#ifdef HAVE_MMC
|
#if defined(HAVE_MMC) && !defined(BOOTLOADER)
|
||||||
static int usb_mmc_countdown = 0;
|
static int usb_mmc_countdown = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue