From 1e6c0e393560319bd0e9bf8304108027fab9fe7d Mon Sep 17 00:00:00 2001 From: Akshai M Date: Tue, 7 Apr 2020 22:36:36 +0530 Subject: [PATCH] drivers/include/ds1307.h : Remove ifndef for I2C --- drivers/include/ds1307.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/include/ds1307.h b/drivers/include/ds1307.h index f3b578358f..2db8717afd 100644 --- a/drivers/include/ds1307.h +++ b/drivers/include/ds1307.h @@ -34,9 +34,7 @@ extern "C" { /** * @brief I2C address of DS1307 RTC */ -#ifndef DS1307_I2C_ADDRESS #define DS1307_I2C_ADDRESS (0x68) -#endif /** * @defgroup drivers_ds1307_config DS1307 RTC driver compile configuration