summaryrefslogtreecommitdiff
path: root/ucoo/hal/usb/usb.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/usb/usb.hh')
-rw-r--r--ucoo/hal/usb/usb.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ucoo/hal/usb/usb.hh b/ucoo/hal/usb/usb.hh
index 5324058..8115bc7 100644
--- a/ucoo/hal/usb/usb.hh
+++ b/ucoo/hal/usb/usb.hh
@@ -24,8 +24,10 @@
//
// }}}
+#include "usb_driver.hh"
+#include "usb_application.hh"
#ifdef TARGET_stm32
-# include "usb.stm32.hh"
+# include "usb_dwc_otg.stm32.hh"
#else
# error "not implemented for this target"
#endif