1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 15:31:17 +01:00

sys/evtimer: deprecate evtimer_now_min

This commit is contained in:
Karl Fessel 2021-12-08 16:28:16 +01:00
parent 4d70d939ca
commit 95767ec9b5

View File

@ -137,6 +137,9 @@ static inline uint32_t evtimer_now_msec(void)
/**
* @brief Return the current system time in minutes
*
* @deprecated wrongly placed convenience function, that
* may not work as expected with ztimer (32 bit)
*/
static inline uint32_t evtimer_now_min(void)
{