xiaoxiang781216 commented on code in PR #19371:
URL: https://github.com/apache/nuttx/pull/19371#discussion_r3548199562
##########
drivers/usbdev/cdcncm.c:
##########
@@ -2868,6 +2868,17 @@ static void cdcncm_disconnect(FAR struct
usbdevclass_driver_s *driver,
cdcncm_resetconfig(self);
uinfo("\n");
+
+ /* Perform the soft connect function so that we will we can be
Review Comment:
```suggestion
/* Perform the soft connect function so that we can be
```
##########
drivers/usbdev/cdcecm.c:
##########
@@ -1916,6 +1916,17 @@ static void cdcecm_disconnect(FAR struct
usbdevclass_driver_s *driver,
FAR struct usbdev_s *dev)
{
uinfo("\n");
+
+ /* Perform the soft connect function so that we will we can be
Review Comment:
```suggestion
/* Perform the soft connect function so that we can be
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]