xiaoxiang781216 commented on code in PR #6092:
URL: https://github.com/apache/incubator-nuttx/pull/6092#discussion_r861936029


##########
arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.c:
##########
@@ -2141,8 +2141,8 @@ static int lpc17_40_rh_enumerate(struct 
usbhost_connection_s *conn,
   return OK;
 }
 
-static int lpc17_40_enumerate(FAR struct usbhost_connection_s *conn,
-                           FAR struct usbhost_hubport_s *hport)
+static int lpc17_40_enumerate(struct usbhost_connection_s *conn,
+                           struct usbhost_hubport_s *hport)

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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to