summaryrefslogtreecommitdiff
path: root/hal/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'hal/usb.h')
-rw-r--r--hal/usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hal/usb.h b/hal/usb.h
index 5acb721..8376727 100644
--- a/hal/usb.h
+++ b/hal/usb.h
@@ -82,6 +82,7 @@ class USB_t {
#elif defined(STM32F4)
static USB_t OTG_FS(0x50000000);
+static USB_t OTG_HS(0x40040000);
#endif
#endif