Fishwaldo commented on code in PR #19751:
URL: https://github.com/apache/nuttx/pull/19751#discussion_r3740637381
##########
drivers/usbhost/usbhost_enumerate.c:
##########
@@ -302,6 +556,21 @@ int usbhost_enumerate(FAR struct usbhost_hubport_s *hport,
uint8_t cfgidx = 0;
FAR uint8_t *buffer = NULL;
int ret;
+#ifdef CONFIG_USBHOST_ANNOUNCE
+ bool bound = false;
+#endif
+#ifdef CONFIG_USBHOST_ANNOUNCE
+ struct
+ {
+ uint16_t bcd;
+ uint8_t imfgr;
+ uint8_t iprod;
+ uint8_t iserno;
+ } strdesc =
Review Comment:
Done
--
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]