summaryrefslogtreecommitdiff
path: root/fw/src/usbh_lld_stm32f4.c
diff options
context:
space:
mode:
Diffstat (limited to 'fw/src/usbh_lld_stm32f4.c')
-rw-r--r--fw/src/usbh_lld_stm32f4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fw/src/usbh_lld_stm32f4.c b/fw/src/usbh_lld_stm32f4.c
index 3fcd51a..20fd0d8 100644
--- a/fw/src/usbh_lld_stm32f4.c
+++ b/fw/src/usbh_lld_stm32f4.c
@@ -26,8 +26,8 @@
#include <string.h>
#include <stdint.h>
-#include <libopencm3/stm32/otg_hs.h>
-#include <libopencm3/stm32/otg_fs.h>
+#include <libopencm3/usb/dwc/otg_hs.h>
+#include <libopencm3/usb/dwc/otg_fs.h>