mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +08:00
Another missing semicolon in a DEBUGASSERT statement
This commit is contained in:
parent
621eae86b1
commit
cec90e144a
1 changed files with 1 additions and 1 deletions
|
@ -1605,7 +1605,7 @@ static FAR struct usbmsc_cbw_s *usbhost_cbwalloc(FAR struct usbhost_state_s *pri
|
||||||
{
|
{
|
||||||
FAR struct usbmsc_cbw_s *cbw = NULL;
|
FAR struct usbmsc_cbw_s *cbw = NULL;
|
||||||
|
|
||||||
DEBUGASSERT(priv->tbuffer && priv->tbuflen >= sizeof(struct usbmsc_cbw_s))
|
DEBUGASSERT(priv->tbuffer && priv->tbuflen >= sizeof(struct usbmsc_cbw_s));
|
||||||
|
|
||||||
/* Initialize the CBW sructure */
|
/* Initialize the CBW sructure */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue