Merge pull request #3215 from haukepetersen/fix_periphcpu_addenums
cpu: added dev_enums.h include to all periph_cpu.h
This commit is contained in:
commit
f62bc56648
@ -19,6 +19,8 @@
|
|||||||
#ifndef CPU_PERIPH_H_
|
#ifndef CPU_PERIPH_H_
|
||||||
#define CPU_PERIPH_H_
|
#define CPU_PERIPH_H_
|
||||||
|
|
||||||
|
#include "periph/dev_enums.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -20,6 +20,7 @@
|
|||||||
#define CPU_PERIPH_H_
|
#define CPU_PERIPH_H_
|
||||||
|
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
|
#include "periph/dev_enums.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
@ -20,6 +20,7 @@
|
|||||||
#define PERIPH_CPU_H_
|
#define PERIPH_CPU_H_
|
||||||
|
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
|
#include "periph/dev_enums.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
@ -20,6 +20,7 @@
|
|||||||
#define PERIPH_CPU_H_
|
#define PERIPH_CPU_H_
|
||||||
|
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
|
#include "periph/dev_enums.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
@ -20,6 +20,7 @@
|
|||||||
#define CPU_PERIPH_H_
|
#define CPU_PERIPH_H_
|
||||||
|
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
|
#include "periph/dev_enums.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user