From 0d9b1a8d77ef83080d56959c9369a75859bc7289 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sun, 25 Mar 2012 01:44:07 +0100 Subject: Ported to suzumebachi r3 board. --- hal/usb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hal/usb.h') 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 -- cgit v1.2.3