cpu/lpc1768: included dev_enums.h in periph_cpu.h

This commit is contained in:
Hauke Petersen 2015-08-01 14:02:56 +02:00
parent b21e21e6e1
commit 3d6661fa62

View File

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