aboutsummaryrefslogtreecommitdiff
path: root/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'uart.c')
-rw-r--r--uart.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/uart.c b/uart.c
index 6906a8c..5edac91 100644
--- a/uart.c
+++ b/uart.c
@@ -1,8 +1,9 @@
+#include "common.h"
+
#include <stdio.h>
#include <avr/io.h>
#include "uart.h"
-#include "common.h"
/* blocking uart send
*/