mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-08 22:17:23 +00:00
12 lines
249 B
Text
12 lines
249 B
Text
|
|
#
|
||
|
|
# For a description of the syntax of this configuration file,
|
||
|
|
# see misc/tools/kconfig-language.txt.
|
||
|
|
#
|
||
|
|
|
||
|
|
config IEEE802154_LIBMAC
|
||
|
|
bool "IEEE 802.15.4 MAC library routines"
|
||
|
|
default n
|
||
|
|
---help---
|
||
|
|
Some MAC library routines for ieee 802.15.4 apps
|
||
|
|
|