mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #5204 from OTAkeys/include_stdint
sys/include: include stdint in uart_stdio.h
This commit is contained in:
commit
2db2d1f859
@ -21,6 +21,7 @@
|
|||||||
#define UART_STDIO_H
|
#define UART_STDIO_H
|
||||||
|
|
||||||
/* Boards may override the default STDIO UART device */
|
/* Boards may override the default STDIO UART device */
|
||||||
|
#include <stdint.h>
|
||||||
#include "board.h"
|
#include "board.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
Reference in New Issue
Block a user