mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 13:19:01 +00:00
STM32/EFM32 USB host drivers. Remove some detritus left from previous change
This commit is contained in:
parent
8c05ef57f5
commit
cde3fef581
3 changed files with 0 additions and 3 deletions
|
|
@ -4763,7 +4763,6 @@ static int efm32_cancel(FAR struct usbhost_driver_s *drvr, usbhost_ep_t ep)
|
|||
efm32_givesem(&priv->exclsem);
|
||||
return OK;
|
||||
}
|
||||
#endif /* CONFIG_USBHOST_ASYNCH */
|
||||
|
||||
/************************************************************************************
|
||||
* Name: efm32_connect
|
||||
|
|
|
|||
|
|
@ -4695,7 +4695,6 @@ static int stm32_cancel(FAR struct usbhost_driver_s *drvr, usbhost_ep_t ep)
|
|||
stm32_givesem(&priv->exclsem);
|
||||
return OK;
|
||||
}
|
||||
#endif /* CONFIG_USBHOST_ASYNCH */
|
||||
|
||||
/************************************************************************************
|
||||
* Name: stm32_connect
|
||||
|
|
|
|||
|
|
@ -4695,7 +4695,6 @@ static int stm32_cancel(FAR struct usbhost_driver_s *drvr, usbhost_ep_t ep)
|
|||
stm32_givesem(&priv->exclsem);
|
||||
return OK;
|
||||
}
|
||||
#endif /* CONFIG_USBHOST_ASYNCH */
|
||||
|
||||
/************************************************************************************
|
||||
* Name: stm32_connect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue