STM32/EFM32 USB host drivers. Remove some detritus left from previous change
This commit is contained in:
parent
8c05ef57f5
commit
cde3fef581
@ -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…
Reference in New Issue
Block a user