1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +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
..
2021-02-02 22:21:14 +01:00
2020-03-30 17:02:08 +02:00
2021-02-02 22:21:14 +01:00
2021-08-13 19:50:38 +02:00
2021-12-08 17:09:17 +01:00
2021-12-21 18:03:55 +01:00
2021-02-02 22:21:14 +01:00
2020-12-29 11:48:48 +01:00
2020-03-30 17:02:08 +02:00
2020-03-30 17:02:08 +02:00
2020-03-30 17:02:08 +02:00
2022-01-14 09:52:17 +01:00
2021-02-23 13:37:19 +01:00