1
0
Fork 0
forked from len0rd/rockbox

UISimulator - prevent multiple definition of usb_inserted when USB_NONE is defined

This fixes simulator build errors on mini2440


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23723 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Chicoine 2009-11-23 17:43:42 +00:00
parent 8ceb030b8e
commit ae22ef13ed

View file

@ -250,10 +250,12 @@ bool charging_state(void)
}
#endif /* CONFIG_CHARGING */
#ifndef USB_NONE
bool usb_inserted(void)
{
return false;
}
#endif
#ifdef HAVE_REMOTE_LCD_TICKING
void lcd_remote_emireduce(bool state)