cpu: cc2538: add missing include to periph_cpu.h

This commit is contained in:
Kaspar Schleiser 2016-03-07 23:25:20 +01:00
parent e5500072d2
commit a6a98dc5a9

View File

@ -19,6 +19,8 @@
#ifndef PERIPH_CPU_H_
#define PERIPH_CPU_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif