mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Unix domain: A few fixes from early integration
This commit is contained in:
parent
5060e08fcb
commit
b7fa5a3359
1 changed files with 2 additions and 1 deletions
|
|
@ -235,7 +235,8 @@ static void nsh_netinit_configure(void)
|
|||
/* Set the MAC address */
|
||||
|
||||
netlib_setmacaddr(NET_DEVNAME, mac);
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_NSH_NOMAC && CONFIG_NET_ETHERNET */
|
||||
|
||||
#ifdef CONFIG_NET_IPv4
|
||||
/* Set up our host address */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue