kill a compiler warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4152 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-12-15 11:44:06 +00:00
parent fd1aa1e574
commit 23f157eb76

View file

@ -340,6 +340,7 @@ bool usb_inserted(void)
#ifdef USB_NONE #ifdef USB_NONE
bool usb_inserted(void) bool usb_inserted(void)
{ {
return false;
} }
#endif #endif