1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/rtc_utils: small doc fix of rtc_mktime

This commit is contained in:
Gunar Schorcht 2022-06-12 15:49:01 +02:00
parent ca0e651f74
commit 8a5e632b2f

View File

@ -61,7 +61,7 @@ int rtc_tm_compare(const struct tm *a, const struct tm *b);
/**
* @brief Convert time struct into timestamp.
*
* @pre The time structs @p a and @p b are assumed to be normalized.
* @pre The time struct t is assumed to be normalized.
* Use @ref rtc_tm_normalize to normalize a struct tm that has been
* manually edited.
*