fix documentation

This commit is contained in:
King Kévin 2017-04-01 17:18:05 +02:00
parent 50fd6ce7c8
commit 0dbf02ca3c
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
* @file rtc_ds1307.c * @file rtc_ds1307.c
* @author King Kévin <kingkevin@cuvoodoo.info> * @author King Kévin <kingkevin@cuvoodoo.info>
* @date 2016-2017 * @date 2016-2017
* @note peripherals used: I2C @ref i2c_i2c * @note peripherals used: I2C @ref i2c_master_i2c
*/ */
/* standard libraries */ /* standard libraries */

View File

@ -16,7 +16,7 @@
* @file rtc_ds1307.h * @file rtc_ds1307.h
* @author King Kévin <kingkevin@cuvoodoo.info> * @author King Kévin <kingkevin@cuvoodoo.info>
* @date 2016-2017 * @date 2016-2017
* @note peripherals used: I2C @ref i2c_i2c * @note peripherals used: I2C @ref i2c_master_i2c
*/ */
#pragma once #pragma once