1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #14012 from maribu/msp430_stdatomic

cpu/msp430_common: Fix missing include
This commit is contained in:
Francisco 2020-05-04 11:28:11 +02:00 committed by GitHub
commit 8a3d226f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@
#include <sys/cdefs.h>
#include <sys/_types.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {