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

Merge pull request #4984 from kaspar030/fix_cc2538_periph_conf

cpu: cc2538: add missing include to periph_cpu.h
This commit is contained in:
Kaspar Schleiser 2016-03-07 23:39:33 +01:00
commit fd703188b6

View File

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