From 769fd0840cd58fb97c6b6f585f69dc304d6b7890 Mon Sep 17 00:00:00 2001 From: Akshai M Date: Tue, 31 Mar 2020 22:20:02 +0530 Subject: [PATCH] drivers/include/at86rf215.h: Tagged Compile Time Configuration --- drivers/include/at86rf215.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 * @{