From c452323ab5565a4fba649089df36ad71380f3c1f Mon Sep 17 00:00:00 2001 From: Akshai M Date: Tue, 31 Mar 2020 22:34:02 +0530 Subject: [PATCH] drivers/include/cc110x.h : Add group Add compile parameters to config_drivers_netdev group to Doxygen Co-Authored-By: Leandro Lanzieri --- drivers/include/cc110x.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/include/cc110x.h b/drivers/include/cc110x.h index f1d77055fe..7317a2adf8 100644 --- a/drivers/include/cc110x.h +++ b/drivers/include/cc110x.h @@ -240,12 +240,18 @@ extern "C" { #define CC110X_DEFAULT_PROTOCOL (GNRC_NETTYPE_UNDEF) #endif -#ifndef CC110X_DEFAULT_CHANNEL +/** + * @defgroup drivers_cc110x_config CC1100/CC1100e/CC1101 Sub-GHz transceiver driver compile configuration + * @ingroup config_drivers_netdev + * @{ + */ /** * @brief The default channel to set up after initializing the device */ +#ifndef CC110X_DEFAULT_CHANNEL #define CC110X_DEFAULT_CHANNEL (0U) #endif +/** @} */ /** * @brief The state of the CC1100/CC1101 transceiver