mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/evtimer: fix typos
This commit is contained in:
parent
b53a5d86da
commit
caa3f9cf0d
@ -48,7 +48,7 @@ static void _add_event_to_list(evtimer_t *evtimer, evtimer_event_t *event)
|
||||
list = &(*list)->next;
|
||||
}
|
||||
|
||||
DEBUG("evtimer: new event relativ offset %" PRIu32 " ms\n", event->offset);
|
||||
DEBUG("evtimer: new event relative offset %" PRIu32 " ms\n", event->offset);
|
||||
|
||||
/* Set found next bigger event after new event */
|
||||
event->next = *list;
|
||||
|
Loading…
Reference in New Issue
Block a user