periph/rtt: add missing std header
The periph/rtt.h uses `uintX_t` typedefs but misses the required standard header file, namely `stdint.h`, which is added here.
This commit is contained in:
parent
17b14cd8a0
commit
a9e848f648
@ -23,6 +23,8 @@
|
|||||||
#ifndef PERIPH_RTT_H
|
#ifndef PERIPH_RTT_H
|
||||||
#define PERIPH_RTT_H
|
#define PERIPH_RTT_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "periph_conf.h"
|
#include "periph_conf.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user