diff options
Diffstat (limited to 'usb')
-rw-r--r-- | usb/endpt1.c | 2 | ||||
-rw-r--r-- | usb/usb.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 <stddef.h> #include <stdint.h> -#include "../uart/uart.h" +#include "../uart.h" #include "bdt.h" #include "endpt1.h" @@ -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" |