You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/04/29 15:54:00 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6092: arch/arm: Remove FAR and CODE from chip and board folder

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-unsubscribe@nuttx.apache.org

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