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