From 6572616a6b4bded686a22377d839cef7506de24d Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Tue, 19 Mar 2019 12:56:52 +0100 Subject: Added STM32F042 support. --- usb/usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usb') 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); -- cgit v1.2.3