Skip to content
Snippets Groups Projects
Forked from card10 / firmware
679 commits behind the upstream repository.
Rahix's avatar
rahix authored
Using a FreeRTOS mutex directly is deprecated.  Replace it with a
`struct mutex`.  Similarly, the deprecated `hwlock_acquire_timeout()`
is replaced with `hwlock_acquire()`.

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