diff options
Diffstat (limited to 'usb')
-rw-r--r-- | usb/usb.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |