Skip to content

Commit

Permalink
Merge pull request RIOT-OS#18196 from gschorcht/sys/rtc_utils_doc_fix
Browse files Browse the repository at this point in the history
sys/rtc_utils: small doc fix of rtc_mktime
  • Loading branch information
benpicco authored Jun 12, 2022
2 parents 593b5d3 + 8a5e632 commit d797b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/rtc_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit d797b74

Please sign in to comment.