1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 07:51:19 +01:00

drivers/periph_common: RTC: fix doxygen

This commit is contained in:
Benjamin Valentin 2020-08-31 14:16:42 +02:00
parent 083b73d71b
commit bd57640d5b

View File

@ -52,7 +52,7 @@ extern "C" {
*
* 01.01.$RIOT_EPOCH will be the reset value of the RTC if supported.
*
* Internal RTC helper functions such as @see rtc_mktime and @see rtc_localtime
* Internal RTC helper functions such as @ref rtc_mktime and @ref rtc_localtime
* will not work on dates earlier than that.
*/
#define RIOT_EPOCH (2020)