1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +01:00
Marian Buschsieweke b6b7065ddc
core/rmutex: use atomic utils
Replace use of C11 atomics with atomic utils. This fixes

> error: address argument to atomic operation must be a pointer to a
>        trivially-copyable type ('_Atomic(int) *' invalid)

error when compiling on AVR with LLVM.
2022-01-14 09:52:17 +01:00
..
2020-05-11 16:43:50 +02:00
2020-09-29 23:04:39 +02:00
2020-10-23 11:27:48 +02:00
2020-10-23 11:27:48 +02:00
2022-01-14 09:52:17 +01:00