aboutsummaryrefslogtreecommitdiff
path: root/kernel/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/uart.c')
-rw-r--r--kernel/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/uart.c b/kernel/uart.c
index defd552..e3df551 100644
--- a/kernel/uart.c
+++ b/kernel/uart.c
@@ -22,7 +22,7 @@
#define USE_RXCIE
-#include <inttypes.h>
+#include <stdint.h>
#include <stdio.h>
#include <avr/io.h>
#include <avr/wdt.h>