Eliminate a warning

This commit is contained in:
Gregory Nutt 2015-11-26 12:51:13 -06:00
parent 87530bf910
commit 4e10465541

View File

@ -169,7 +169,9 @@ void stm32_usbinitialize(void)
int stm32_usbhost_initialize(void)
{
int pid;
#if defined(CONFIG_USBHOST_HUB) || defined(CONFIG_USBHOST_MSC) || defined(CONFIG_USBHOST_CDCACM)
int ret;
#endif
/* First, register all of the class drivers needed to support the drivers
* that we care about: