Forked from
card10 / firmware
764 commits behind the upstream repository.

rahix
authored
Using a bare FreeRTOS mutex is deprecated. Replace it with the new
`struct mutex`. This should increase stability of the module.
Signed-off-by:
Rahix <rahix@rahix.de>