Fix typo on macro made during previous PPBL commits.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29061 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2011-01-16 00:35:22 +00:00
parent d0178ba01c
commit 5bf25bbd4f
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ static int handle_usb(int connect_timeout)
return usb;
}
#elif (defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200) \
|| defined (SANSA_VIEW)) && !defined(USB_ROCKBOX_USB)
|| defined (SANSA_VIEW)) && !defined(USE_ROCKBOX_USB)
/* Return USB_INSERTED if cable present */
static int handle_usb(int connect_timeout)
{