From c94abb5a3650567345f548a6102420e3026aed74 Mon Sep 17 00:00:00 2001 From: Akshai M Date: Wed, 1 Apr 2020 13:42:45 +0530 Subject: [PATCH] drivers/include/ds1307.h : Compile Configs --- drivers/include/ds1307.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/include/ds1307.h b/drivers/include/ds1307.h index c3384670c74c..70e19fb557c1 100644 --- a/drivers/include/ds1307.h +++ b/drivers/include/ds1307.h @@ -38,12 +38,19 @@ extern "C" { #define DS1307_I2C_ADDRESS (0x68) #endif +/** + * @defgroup drivers_ds1307_config DS1307 RTC driver compile configuration + * @ingroup config + * @{ + */ + /** * @brief Maximum I2C bus speed to use with the device */ #ifndef DS1307_I2C_MAX_CLK #define DS1307_I2C_MAX_CLK (I2C_SPEED_FAST) #endif +/** @} */ /** * @brief Maximum size in byte of on-chip NVRAM