mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
In the main function of RPL (rpl_process thread) a mutex is used after receiving a message via msg_recv. However, this mutex is never used in another thread and thus is rendered obsolete.