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:
parent
8ceb030b8e
commit
ae22ef13ed
1 changed files with 2 additions and 0 deletions
|
@ -250,10 +250,12 @@ bool charging_state(void)
|
||||||
}
|
}
|
||||||
#endif /* CONFIG_CHARGING */
|
#endif /* CONFIG_CHARGING */
|
||||||
|
|
||||||
|
#ifndef USB_NONE
|
||||||
bool usb_inserted(void)
|
bool usb_inserted(void)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_REMOTE_LCD_TICKING
|
#ifdef HAVE_REMOTE_LCD_TICKING
|
||||||
void lcd_remote_emireduce(bool state)
|
void lcd_remote_emireduce(bool state)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue