summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2011-01-15 09:11:38 +0000
committerMichael Sevakis <jethead71@rockbox.org>2011-01-15 09:11:38 +0000
commit0647c9e1e77ccde4ef6c308282dbec5536afdf21 (patch)
treeccf2af12dc95e4d2b4cf1bbe28fc031c0263a41b
parent7b7cfc31c59d9652b4234ca0222c17129862f95f (diff)
downloadrockbox-0647c9e1e77ccde4ef6c308282dbec5536afdf21.zip
rockbox-0647c9e1e77ccde4ef6c308282dbec5536afdf21.tar.gz
rockbox-0647c9e1e77ccde4ef6c308282dbec5536afdf21.tar.bz2
rockbox-0647c9e1e77ccde4ef6c308282dbec5536afdf21.tar.xz
Get the last warning for vibe 500 bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29056 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/target/arm/pbell/vibe500/usb-target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/pbell/vibe500/usb-target.h b/firmware/target/arm/pbell/vibe500/usb-target.h
index a453a7c..fb51b99 100644
--- a/firmware/target/arm/pbell/vibe500/usb-target.h
+++ b/firmware/target/arm/pbell/vibe500/usb-target.h
@@ -25,5 +25,6 @@
#define USB_TARGET_H
bool usb_init_device(void);
+void usb_pin_init(void); /* Init the GPIO input only */
#endif