mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 02:38:18 +00:00
Eliminate a warning
This commit is contained in:
parent
87530bf910
commit
4e10465541
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue