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:
parent
c59e17ea19
commit
1e6c0e3935
@ -34,9 +34,7 @@ extern "C" {
|
|||||||
/**
|
/**
|
||||||
* @brief I2C address of DS1307 RTC
|
* @brief I2C address of DS1307 RTC
|
||||||
*/
|
*/
|
||||||
#ifndef DS1307_I2C_ADDRESS
|
|
||||||
#define DS1307_I2C_ADDRESS (0x68)
|
#define DS1307_I2C_ADDRESS (0x68)
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup drivers_ds1307_config DS1307 RTC driver compile configuration
|
* @defgroup drivers_ds1307_config DS1307 RTC driver compile configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user