From 3c526f3d0b30e200462290651f7c6a5eb30710a2 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Wed, 3 Apr 2019 17:14:01 +0200 Subject: Added STM32WB support. --- usb/usb.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usb') diff --git a/usb/usb.h b/usb/usb.h index f37f4a1..e57867c 100644 --- a/usb/usb.h +++ b/usb/usb.h @@ -17,6 +17,11 @@ static DWC_OTG_t OTG_HS(0x40040000); static L0_USB_t USB(0x40005c00, 0x40006000); +#elif defined(STM32WB) +#include "l0_usb.h" + +static L0_USB_t USB(0x40006800, 0x40006c00); + #endif #endif -- cgit v1.2.3