aboutsummaryrefslogtreecommitdiff
path: root/kernel/kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kernel.c')
-rw-r--r--kernel/kernel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kernel.c b/kernel/kernel.c
index 7e1587d..fe5a292 100644
--- a/kernel/kernel.c
+++ b/kernel/kernel.c
@@ -19,7 +19,7 @@
* http://www.control.lth.se/Publication/hen+04t.html
*/
-#include <inttypes.h>
+#include <stdint.h>
#include <string.h>
#include <avr/io.h>
#include <avr/interrupt.h>