From 98f075af24dc60a5179511db7b84dbb62d8d80a1 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 18 May 2017 19:31:00 +0100 Subject: move uart implementation out of subdirectory --- setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.c') diff --git a/setup.c b/setup.c index 57ef649..60f8c53 100644 --- a/setup.c +++ b/setup.c @@ -22,7 +22,7 @@ #include #include "usb/usb.h" -#include "uart/uart.h" +#include "uart.h" extern unsigned char _ldata[], _sdata[], _edata[]; extern unsigned char _sbss[], _ebss[]; -- cgit v1.2.3-54-g00ecf