XinStellaris commented on code in PR #6808: URL: https://github.com/apache/incubator-nuttx/pull/6808#discussion_r940155519
########## net/local/local_conn.c: ########## @@ -128,6 +128,16 @@ FAR struct local_conn_s *local_alloc(void) nxsem_init(&conn->lc_donesem, 0, 0); nxsem_set_protocol(&conn->lc_donesem, SEM_PRIO_NONE); +#endif + +#ifdef CONFIG_NET_LOCAL_DGRAM Review Comment: okay, will fix that -- 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