diff --git a/drivers/include/at86rf215.h b/drivers/include/at86rf215.h index bba974e43c..4b2698ee3f 100644 --- a/drivers/include/at86rf215.h +++ b/drivers/include/at86rf215.h @@ -61,6 +61,11 @@ typedef void (*at86rf215_batmon_cb_t)(void *arg); */ #define AT86RF215_MAX_PKT_LENGTH (2047) +/** + * @defgroup drivers_at86rf215_config AT86RF215 driver compile configuration + * @ingroup config + * @{ + */ /** * @brief Set to 1 if the clock output of the AT86RF215 is used * as a clock source on the board. @@ -69,7 +74,7 @@ typedef void (*at86rf215_batmon_cb_t)(void *arg); #ifndef AT86RF215_USE_CLOCK_OUTPUT #define AT86RF215_USE_CLOCK_OUTPUT (0) #endif - +/** @} */ /** * @name Channel configuration * @{