forked from len0rd/rockbox
Make usb_pin_detect() static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15779 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d508ce0681
commit
cb65426b2c
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ void usb_enable(bool on)
|
||||||
usb_core_exit();
|
usb_core_exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool usb_pin_detect(void)
|
static bool usb_pin_detect(void)
|
||||||
{
|
{
|
||||||
#if defined(IPOD_4G) || defined(IPOD_COLOR) \
|
#if defined(IPOD_4G) || defined(IPOD_COLOR) \
|
||||||
|| defined(IPOD_MINI) || defined(IPOD_MINI2G)
|
|| defined(IPOD_MINI) || defined(IPOD_MINI2G)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue