Merge pull request #4167 from haukepetersen/fix_periph_gpio_includes

drivers/periph/gpio: fixed includes
cc430
Peter Kietzmann 8 years ago
commit c853abc787

@ -22,6 +22,9 @@
#define GPIO_H
#include "periph_cpu.h"
#include "periph_conf.h"
/* TODO: remove once all platforms are ported to this interface */
#include "periph/dev_enums.h"
#ifdef __cplusplus
extern "C" {

Loading…
Cancel
Save