Merge pull request #3215 from haukepetersen/fix_periphcpu_addenums

cpu: added dev_enums.h include to all periph_cpu.h
dev/timer
Peter Kietzmann 8 years ago
commit f62bc56648

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

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

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

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

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

Loading…
Cancel
Save