1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

Merge pull request #21033 from JulianHolzwarth/pr/sys/evtimer/comment_xtimer

sys/evtimer/evtimer.c: change comment from xtimer to ztimer
This commit is contained in:
mguetschow 2024-11-25 10:28:47 +00:00 committed by GitHub
commit 08c032a3f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;