1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #3553 from gebart/pr/timer-dev-enums

drivers/include/periph/timer.h: add dev_enums.h include until all platforms have been updated
This commit is contained in:
Peter Kietzmann 2015-08-04 16:42:52 +02:00
commit 4055b807ec

View File

@ -22,6 +22,8 @@
#define PERIPH_TIMER_H
#include "periph_cpu.h"
/** @todo remove dev_enums.h include once all platforms are ported to the updated periph interface */
#include "periph/dev_enums.h"
#ifdef __cplusplus
extern "C" {