1
0
Fork 0
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:
Rafaël Carré 2010-04-13 20:00:43 +00:00
parent 5521717958
commit 8bc3dba6e6

View file

@ -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