mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/openwsn: fix compilation with clang
This commit is contained in:
parent
855380ee3a
commit
77529737b5
@ -75,6 +75,3 @@ endif
|
|||||||
ifndef CONFIG_KCONFIG_USEMODULE_IEEE802154
|
ifndef CONFIG_KCONFIG_USEMODULE_IEEE802154
|
||||||
CFLAGS += -DCONFIG_IEEE802154_AUTO_ACK_DISABLE
|
CFLAGS += -DCONFIG_IEEE802154_AUTO_ACK_DISABLE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# LLVM ARM shows issues with missing definitions for stdatomic
|
|
||||||
TOOLCHAINS_BLACKLIST += llvm
|
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
* @author Francisco Molina <francois-xavier.molina@inria.fr>
|
* @author Francisco Molina <francois-xavier.molina@inria.fr>
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
#include <stdint.h>
|
||||||
#include <stdatomic.h>
|
#include <stdatomic.h>
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
*
|
*
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
#include <stdint.h>
|
||||||
#include <stdatomic.h>
|
#include <stdatomic.h>
|
||||||
|
|
||||||
#include "sctimer.h"
|
#include "sctimer.h"
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
#include <stdatomic.h>
|
#include <stdatomic.h>
|
||||||
|
|
||||||
#include "board.h"
|
#include "board.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user