Skip to content
Snippets Groups Projects
Forked from card10 / firmware
762 commits behind the upstream repository.
Rahix's avatar
rahix authored
Using a bare FreeRTOS mutex is deprecated.  Replace it with the new
`struct mutex`.  This should increase stability.

Additionally, fix a bug in `lifecycle.c:do_load()` where the function
would return without unlocking the API mutex if `hardware_reset()`
returns an error.

Signed-off-by: default avatarRahix <rahix@rahix.de>
75278836
History