forked from len0rd/rockbox
usb_detect for simulator added.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3850 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a1c66a1028
commit
177b8cbd47
1 changed files with 5 additions and 0 deletions
|
@ -348,4 +348,9 @@ void usb_start_monitoring(void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool usb_detect(void)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue