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