You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "anchao (via GitHub)" <gi...@apache.org> on 2023/05/30 12:51:19 UTC

[GitHub] [nuttx] anchao commented on a diff in pull request #9424: semantic/parser: fix compile warning found by sparse

anchao commented on code in PR #9424:
URL: https://github.com/apache/nuttx/pull/9424#discussion_r1210226117


##########
include/nuttx/net/netconfig.h:
##########
@@ -247,6 +248,10 @@
  * packet size of all enabled link layer protocols.
  */
 
+#ifndef CONFIG_NET_LOOPBACK_PKTSIZE
+#define CONFIG_NET_LOOPBACK_PKTSIZE 0

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