mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +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.