mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Fix type in the USB composite device driver
This commit is contained in:
@@ -891,7 +891,7 @@ void composite_uninitialize(FAR void *handle)
|
||||
|
||||
if (priv->dev2)
|
||||
{
|
||||
DEV1_UNINITIALIZE(priv->dev2);
|
||||
DEV2_UNINITIALIZE(priv->dev2);
|
||||
priv->dev2 = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user