summaryrefslogtreecommitdiffstats
path: root/setup.c
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2017-05-18 19:31:00 +0100
committerTomasz Kramkowski <tk@the-tk.com>2017-05-18 19:31:00 +0100
commit98f075af24dc60a5179511db7b84dbb62d8d80a1 (patch)
tree56f62b18f928b27086b07535576d7ae2d0b3c058 /setup.c
parentfee379e0042b8232ca1b106fd02134ce4451953e (diff)
downloadfmk-98f075af24dc60a5179511db7b84dbb62d8d80a1.tar.gz
fmk-98f075af24dc60a5179511db7b84dbb62d8d80a1.tar.xz
fmk-98f075af24dc60a5179511db7b84dbb62d8d80a1.zip
move uart implementation out of subdirectory
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index 57ef649..60f8c53 100644
--- a/setup.c
+++ b/setup.c
@@ -22,7 +22,7 @@
#include <string.h>
#include "usb/usb.h"
-#include "uart/uart.h"
+#include "uart.h"
extern unsigned char _ldata[], _sdata[], _edata[];
extern unsigned char _sbss[], _ebss[];