1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/include/ds1307.h : Remove ifndef for I2C

This commit is contained in:
Akshai M 2020-04-07 22:36:36 +05:30
parent c59e17ea19
commit 1e6c0e3935

View File

@ -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