Skip to content
Snippets Groups Projects
Commit f50a239f authored by Jose Alamos's avatar Jose Alamos
Browse files

ieee802154: add config macros to config doc group

parent 47830f44
No related branches found
No related tags found
No related merge requests found
...@@ -112,9 +112,9 @@ extern const uint8_t ieee802154_addr_bcast[IEEE802154_ADDR_BCAST_LEN]; ...@@ -112,9 +112,9 @@ extern const uint8_t ieee802154_addr_bcast[IEEE802154_ADDR_BCAST_LEN];
/** @} */ /** @} */
/** /**
* @defgroup net_ieee802154_conf IEEE802.15.4 compile configurations
* @ingroup config
* @{ * @{
* @name Default values
* @brief Default values for devices to choose
*/ */
#ifndef IEEE802154_DEFAULT_SUBGHZ_CHANNEL #ifndef IEEE802154_DEFAULT_SUBGHZ_CHANNEL
#define IEEE802154_DEFAULT_SUBGHZ_CHANNEL (5U) #define IEEE802154_DEFAULT_SUBGHZ_CHANNEL (5U)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment