summaryrefslogtreecommitdiffstats
path: root/sw/z80/kernel/drivers/usart.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sw/z80/kernel/drivers/usart.c (renamed from sw/z80/kernel/usart.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/z80/kernel/usart.c b/sw/z80/kernel/drivers/usart.c
index 9ec6dbd..c54fe37 100644
--- a/sw/z80/kernel/usart.c
+++ b/sw/z80/kernel/drivers/usart.c
@@ -1,4 +1,4 @@
-#include "usart.h"
+#include "drivers/usart.h"
static struct _usart_device *_usart = (struct _usart_device *) ADDR_DEV_USART;