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:
Rafaël Carré 2011-12-31 18:43:59 +00:00
parent df09274768
commit 2115eac7bb
13 changed files with 14 additions and 33 deletions

View file

@ -45,11 +45,6 @@ void usb_attach(void)
usb_enable(true);
}
bool usb_plugged(void)
{
return true;
}
void usb_enable(bool on)
{
if(on)