mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
usb_plugged() is PP only
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31489 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
df09274768
commit
2115eac7bb
13 changed files with 14 additions and 33 deletions
|
|
@ -73,6 +73,4 @@ int usb_detect(void)
|
|||
|
||||
return USB_EXTRACTED;
|
||||
}
|
||||
|
||||
/* No different for now */
|
||||
bool usb_plugged(void) __attribute__((alias("usb_detect")));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue