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/08/14 16:31:55 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a diff in pull request #6836: iob: Remove iob_user_e enum and related code

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


##########
drivers/wireless/ieee802154/xbee/xbee.c:
##########
@@ -1423,7 +1422,7 @@ void xbee_send_apiframe(FAR struct xbee_priv_s *priv,
                            */
 
                           iob->io_flink =
-                            iob_tryalloc(false, IOBUSER_WIRELESS_RAD802154);
+                            iob_tryalloc(false);

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