mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 18:43:50 +01:00
We need to clear `event->next` while IRQs are still disabled to avoid another thread from calling `event_cancel()` just in-between.
We need to clear `event->next` while IRQs are still disabled to avoid another thread from calling `event_cancel()` just in-between.