aboutsummaryrefslogtreecommitdiff
path: root/examples/usartecho/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/usartecho/echo.c')
-rw-r--r--examples/usartecho/echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/usartecho/echo.c b/examples/usartecho/echo.c
index 12b88f6..d685750 100644
--- a/examples/usartecho/echo.c
+++ b/examples/usartecho/echo.c
@@ -1,7 +1,7 @@
#include <avr/io.h>
#include <util/delay.h>
#include <string.h>
-#include "../../usart.h"
+#include <usart.h>
void rec(uint8_t data) {
if (data == '\r') {