1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +01:00
Marian Buschsieweke ed3993b07c
sys/event: fix stack size requirement build system integration
The stack requirements were applied to the wrong thread in case of
a shared thread managing medium and lowest priority queues (in other
words: when `event_thread_medium` is not used).

This fixes the implementation and corrects the documentation to which
thread handles which queues.
2025-12-15 22:44:08 +01:00
..