Merge pull request #14903 from benpicco/drivers/include/periph/rtc-fix

drivers/periph_common: RTC: fix doxygen
This commit is contained in:
benpicco 2020-09-01 15:15:55 +02:00 committed by GitHub
commit 6f271b7d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ extern "C" {
* *
* 01.01.$RIOT_EPOCH will be the reset value of the RTC if supported. * 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. * will not work on dates earlier than that.
*/ */
#define RIOT_EPOCH (2020) #define RIOT_EPOCH (2020)