mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fixes to get apps/examples/udgram building again.
This commit is contained in:
parent
ae1eeada8a
commit
47aed25836
2 changed files with 4 additions and 0 deletions
|
|
@ -64,6 +64,8 @@
|
|||
# define PF_INETX PF_INET
|
||||
#elif defined(CONFIG_NET_IPv6)
|
||||
# define PF_INETX PF_INET6
|
||||
#elif defined(CONFIG_NET_LOCAL)
|
||||
# define PF_INETX PF_LOCAL
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
|
|
@ -63,6 +63,8 @@
|
|||
# define PF_INETX PF_INET
|
||||
#elif defined(CONFIG_NET_IPv6)
|
||||
# define PF_INETX PF_INET6
|
||||
#elif defined(CONFIG_NET_LOCAL)
|
||||
# define PF_INETX PF_LOCAL
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue