mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 08:52:01 +08:00
apps/netutils/netlib: Various fixes needed to get a clean netlib build with Bluetooth only.
This commit is contained in:
@@ -73,6 +73,9 @@
|
||||
#elif defined(CONFIG_NET_IEEE802154)
|
||||
# define PF_FAMILY PF_IEEE802154
|
||||
# define AF_FAMILY AF_IEEE802154
|
||||
#elif defined(CONFIG_NET_BLUETOOTH)
|
||||
# define PF_FAMILY PF_BLUETOOTH
|
||||
# define AF_FAMILY AF_BLUETOOTH
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
Reference in New Issue
Block a user