-
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:
Rahix <rahix@rahix.de>
6da4644e
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:
Rahix <rahix@rahix.de>