forked from len0rd/rockbox
Fuzev2: USB detection isn't reliable in fact
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25639 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5521717958
commit
8bc3dba6e6
1 changed files with 1 additions and 3 deletions
|
@ -32,9 +32,7 @@
|
||||||
#if CONFIG_CPU == AS3525
|
#if CONFIG_CPU == AS3525
|
||||||
static int usb_status = USB_EXTRACTED;
|
static int usb_status = USB_EXTRACTED;
|
||||||
#else
|
#else
|
||||||
#if defined(SANSA_FUZEV2)
|
#if defined(SANSA_CLIPV2)
|
||||||
#define USB_DETECT_PIN 3
|
|
||||||
#elif defined(SANSA_CLIPV2)
|
|
||||||
#define USB_DETECT_PIN 6
|
#define USB_DETECT_PIN 6
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue