13627105546 commented on code in PR #3315: URL: https://github.com/apache/nuttx-apps/pull/3315#discussion_r2707259510
########## netutils/netinit/netinit.c: ########## @@ -296,7 +299,15 @@ static void netinit_set_macaddr(void) /* Many embedded network interfaces must have a software assigned MAC */ -#if defined(CONFIG_NETINIT_UIDMAC) +#if defined(CONFIG_NETINIT_WIFIMAC) + #define BOARDIOC_USER_MAC_WIFI (BOARDIOC_USER + 3) Review Comment: https://github.com/apache/nuttx/pull/18031,I have submitted a commit, which needs to wait for the NuttX commit to be merged first. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
