Skip to content
Snippets Groups Projects
Commit 6da4644e authored by rahix's avatar rahix
Browse files

chore(max30001): Port to new mutex and hw-lock APIs


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>
parent 605d5e56
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment