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 --- usb/endpt1.c | 2 +- usb/usb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usb') diff --git a/usb/endpt1.c b/usb/endpt1.c index 3139104..0580349 100644 --- a/usb/endpt1.c +++ b/usb/endpt1.c @@ -20,7 +20,7 @@ #include #include -#include "../uart/uart.h" +#include "../uart.h" #include "bdt.h" #include "endpt1.h" diff --git a/usb/usb.c b/usb/usb.c index 5f00fe0..252268e 100644 --- a/usb/usb.c +++ b/usb/usb.c @@ -22,7 +22,7 @@ #include #include -#include "../uart/uart.h" +#include "../uart.h" #include "usb.h" #include "bdt.h" #include "endpt0.h" -- cgit v1.2.3-54-g00ecf