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

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

This commit is contained in:
Hauke Petersen 2015-08-01 14:04:17 +02:00
parent 3d6661fa62
commit 3caa44ca95

View File

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