summaryrefslogtreecommitdiffstats
path: root/usb/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'usb/usb.c')
-rw-r--r--usb/usb.c2
1 files changed, 1 insertions, 1 deletions
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 <reg/usbotg.h>
#include <stddef.h>
-#include "../uart/uart.h"
+#include "../uart.h"
#include "usb.h"
#include "bdt.h"
#include "endpt0.h"