forked from len0rd/rockbox
H300: Bootloader USB mode detection on EXTON wakeup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8326 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
befd0ac3a6
commit
54da924e43
3 changed files with 6 additions and 4 deletions
|
@ -394,7 +394,6 @@ bool usb_detect(void)
|
|||
current_status = (P5 & 0x10)?true:false;
|
||||
#endif
|
||||
#ifdef IRIVER_H300
|
||||
/* TODO: add proper code code for H300 USB style */
|
||||
current_status = (GPIO1_READ & 0x80)?true:false;
|
||||
#endif
|
||||
#ifdef USB_IPODSTYLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue