1
0
Fork 0
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:
Jens Arnold 2006-03-18 19:43:35 +00:00
parent 3113bc3833
commit 06616783a8

View file

@ -85,7 +85,7 @@ static int countdown;
static int usb_state;
#ifdef HAVE_MMC
#if defined(HAVE_MMC) && !defined(BOOTLOADER)
static int usb_mmc_countdown = 0;
#endif