mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +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:
commit
fd703188b6
@ -19,6 +19,8 @@
|
|||||||
#ifndef PERIPH_CPU_H_
|
#ifndef PERIPH_CPU_H_
|
||||||
#define PERIPH_CPU_H_
|
#define PERIPH_CPU_H_
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user