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

Merge pull request #11228 from maribu/msp430fxyz_missing_include

cpu/msp430fxyz: Add missing #include
This commit is contained in:
Kaspar Schleiser 2019-03-21 20:23:23 +01:00 committed by GitHub
commit b19fa40104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@
#ifndef PERIPH_CPU_H #ifndef PERIPH_CPU_H
#define PERIPH_CPU_H #define PERIPH_CPU_H
#include <stdbool.h>
#include "cpu.h" #include "cpu.h"
#include "msp430_regs.h" #include "msp430_regs.h"