1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:29:45 +01:00

sys/evtimer/evtimer.c: change comment from xtimer to ztimer

This commit is contained in:
JulianHolzwarth 2024-11-22 21:14:02 +01:00
parent 0054f6c478
commit c77d8a0bf2

View File

@ -171,7 +171,7 @@ static void _evtimer_handler(void *arg)
evtimer_t *evtimer = (evtimer_t *)arg;
/* this function gets called directly by xtimer if the set xtimer expired.
/* this function gets called directly by ztimer if the set ztimer expired.
* Thus the offset of the first event is down to zero. */
evtimer_event_t *event = evtimer->events;
event->offset = 0;