diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2019-03-19 12:56:52 +0100 |
---|---|---|
committer | Vegard Storheil Eriksen <v.eriksen@diinef.com> | 2019-03-19 13:02:30 +0100 |
commit | 6572616a6b4bded686a22377d839cef7506de24d (patch) | |
tree | f2cc96b9eddafdc6dd29c9ae4f7feb54dda8fa9d /usb | |
parent | f1475a7e6cb3077781199981bc3ee74e4ba29b86 (diff) |
Added STM32F042 support.
Diffstat (limited to 'usb')
-rw-r--r-- | usb/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |