diff --git a/lib/rtc_ds1307.c b/lib/rtc_ds1307.c index 775b065..5575281 100644 --- a/lib/rtc_ds1307.c +++ b/lib/rtc_ds1307.c @@ -16,7 +16,7 @@ * @file rtc_ds1307.c * @author King Kévin * @date 2016-2017 - * @note peripherals used: I2C @ref i2c_i2c + * @note peripherals used: I2C @ref i2c_master_i2c */ /* standard libraries */ diff --git a/lib/rtc_ds1307.h b/lib/rtc_ds1307.h index 343d08e..112a13f 100644 --- a/lib/rtc_ds1307.h +++ b/lib/rtc_ds1307.h @@ -16,7 +16,7 @@ * @file rtc_ds1307.h * @author King Kévin * @date 2016-2017 - * @note peripherals used: I2C @ref i2c_i2c + * @note peripherals used: I2C @ref i2c_master_i2c */ #pragma once