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:
parent
4d70d939ca
commit
95767ec9b5
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user