forked from len0rd/rockbox
Clipv2: reboot to OF when USB is inserted
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25447 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
722be53bf9
commit
1c67444ed3
1 changed files with 3 additions and 1 deletions
|
@ -32,8 +32,10 @@
|
|||
#if CONFIG_CPU == AS3525
|
||||
static int usb_status = USB_EXTRACTED;
|
||||
#else
|
||||
#ifdef SANSA_FUZEV2
|
||||
#if defined(SANSA_FUZEV2)
|
||||
#define USB_DETECT_PIN 3
|
||||
#elif defined(SANSA_CLIPV2)
|
||||
#define USB_DETECT_PIN 6
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue