drivers/periph: include periph_cpu.h in wdt.h

This commit is contained in:
Francisco Molina 2019-09-12 17:45:14 +02:00
parent 8911c514fd
commit cb876297a8

View File

@ -173,6 +173,7 @@
#define PERIPH_WDT_H
#include <stdint.h>
#include "periph_cpu.h"
#ifdef __cplusplus
extern "C" {