summaryrefslogtreecommitdiff
path: root/usb
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2019-03-19 12:56:52 +0100
committerVegard Storheil Eriksen <v.eriksen@diinef.com>2019-03-19 13:02:30 +0100
commit6572616a6b4bded686a22377d839cef7506de24d (patch)
treef2cc96b9eddafdc6dd29c9ae4f7feb54dda8fa9d /usb
parentf1475a7e6cb3077781199981bc3ee74e4ba29b86 (diff)
Added STM32F042 support.
Diffstat (limited to 'usb')
-rw-r--r--usb/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/usb.h b/usb/usb.h
index f37f4a1..b1385b6 100644
--- a/usb/usb.h
+++ b/usb/usb.h
@@ -12,7 +12,7 @@ static F1_USB_t USB(0x40005c00, 0x40006000);
static DWC_OTG_t OTG_FS(0x50000000);
static DWC_OTG_t OTG_HS(0x40040000);
-#elif defined(STM32L0)
+#elif defined(STM32F0) || defined(STM32L0)
#include "l0_usb.h"
static L0_USB_t USB(0x40005c00, 0x40006000);