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