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:
Peter Kietzmann 2015-06-22 08:44:26 +02:00
commit f62bc56648
5 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,8 @@
#ifndef CPU_PERIPH_H_
#define CPU_PERIPH_H_
#include "periph/dev_enums.h"
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -20,6 +20,7 @@
#define CPU_PERIPH_H_
#include "cpu.h"
#include "periph/dev_enums.h"
#ifdef __cplusplus
extern "C" {

View File

@ -20,6 +20,7 @@
#define PERIPH_CPU_H_
#include "cpu.h"
#include "periph/dev_enums.h"
#ifdef __cplusplus
extern "C" {

View File

@ -20,6 +20,7 @@
#define PERIPH_CPU_H_
#include "cpu.h"
#include "periph/dev_enums.h"
#ifdef __cplusplus
extern "C" {

View File

@ -20,6 +20,7 @@
#define CPU_PERIPH_H_
#include "cpu.h"
#include "periph/dev_enums.h"
#ifdef __cplusplus
extern "C" {