sys: cpp11-compat: adapt to changed mutex implementation

pr/gpio
Kaspar Schleiser 8 years ago
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…
Cancel
Save