mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-31 17:31:18 +01:00
There is size difference for atomic_int_fast8 and atomiic_uint_fast8 on FreeBSD, i.e., they match uint32_t with size of 4 bytes instead of uint8_t with size of 8. Hence, tests/c11_atomics_cpp_compat buildtest fails on FreeBSD.