mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys: cpp11-compat: adapt to changed mutex implementation
This commit is contained in:
parent
c0f39bb55f
commit
3d9020eb46
@ -44,7 +44,7 @@ class mutex {
|
||||
public:
|
||||
using native_handle_type = mutex_t*;
|
||||
|
||||
inline constexpr mutex() noexcept : m_mtx{0, PRIORITY_QUEUE_INIT} {}
|
||||
inline constexpr mutex() noexcept : m_mtx{0} {}
|
||||
~mutex();
|
||||
|
||||
void lock();
|
||||
|
Loading…
Reference in New Issue
Block a user