diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2019-04-03 17:14:01 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2019-04-03 17:14:01 +0200 |
commit | 3c526f3d0b30e200462290651f7c6a5eb30710a2 (patch) | |
tree | 4fe3cb5fc237d5ce7cd761a1c8a5640d88f6d21a /usb | |
parent | d81982edb1c4abf9a38da742f81bb648ce6882c5 (diff) |
Added STM32WB support.stm32wb
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 |