Skip to content
Snippets Groups Projects
Commit eae002c9 authored by Toon Stegen's avatar Toon Stegen
Browse files

sys/include: include stdint when using uint8_t

parent 3fa8a267
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment