aboutsummaryrefslogtreecommitdiff
path: root/uart.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-07-22 15:58:55 +0200
committerLars-Dominik Braun <lars@6xq.net>2014-07-22 15:59:09 +0200
commitbedbcdc4de680720deff4b6e113a3ec1a0690482 (patch)
tree448003d0a8d8a356c956baa427bc3c35f620d314 /uart.c
parent42e32ed74655e98e9f2d5a0152a047dcf9e72806 (diff)
downloadhourglass-bedbcdc4de680720deff4b6e113a3ec1a0690482.tar.gz
hourglass-bedbcdc4de680720deff4b6e113a3ec1a0690482.tar.bz2
hourglass-bedbcdc4de680720deff4b6e113a3ec1a0690482.zip
Speaker and LED pwm
Something is not correct here, stack overflow?
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
*/