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:
parent
ca0e651f74
commit
8a5e632b2f
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user