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:
Jens Arnold 2007-11-23 18:00:24 +00:00
parent d508ce0681
commit cb65426b2c

View file

@ -83,7 +83,7 @@ void usb_enable(bool on)
usb_core_exit();
}
bool usb_pin_detect(void)
static bool usb_pin_detect(void)
{
#if defined(IPOD_4G) || defined(IPOD_COLOR) \
|| defined(IPOD_MINI) || defined(IPOD_MINI2G)