From 0dbf02ca3c85f79d78886b581936236ad1f0b602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sat, 1 Apr 2017 17:18:05 +0200 Subject: [PATCH] fix documentation --- lib/rtc_ds1307.c | 2 +- lib/rtc_ds1307.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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