tests/c11_atomics_cpp_compat: remove msp430 special case

This commit is contained in:
Kaspar Schleiser 2020-02-26 14:01:32 +01:00
parent fd335d30ee
commit 5dd24e12bf

View File

@ -20,9 +20,6 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#if defined(CPU_CC430) || defined(CPU_ESP8266) || defined(CPU_MSP430FXYZ)
#include <sys/cdefs.h>
#endif
/* This file contains only #defines, so it is fully compatible with C */
#include "c11_atomics_compat_cpu.hpp"