mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Add options to support all three host CDC/ACM protocols: Compliant, Reduced, and Bulk-Only
This commit is contained in:
@@ -693,6 +693,7 @@ static int cdcacm_setconfig(FAR struct cdcacm_dev_s *priv, uint8_t config)
|
||||
usbtrace(TRACE_CLSERROR(USBSER_TRACEERR_EPINTINCONFIGFAIL), 0);
|
||||
goto errout;
|
||||
}
|
||||
|
||||
priv->epintin->priv = priv;
|
||||
|
||||
/* Configure the IN bulk endpoint */
|
||||
|
||||
Reference in New Issue
Block a user