mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-14 13:21:13 +00:00
stm32 minor change
This commit is contained in:
parent
c784062aef
commit
ed6fa460e9
@ -160,7 +160,11 @@ void dcd_init (uint8_t rhport)
|
||||
USB_OTG_GINTMSK_USBSUSPM */;
|
||||
|
||||
// Enable pullup, enable peripheral.
|
||||
#ifdef USB_OTG_GCCFG_VBDEN
|
||||
USB_OTG_FS->GCCFG |= USB_OTG_GCCFG_VBDEN | USB_OTG_GCCFG_PWRDWN;
|
||||
#else
|
||||
USB_OTG_FS->GCCFG |= USB_OTG_GCCFG_VBUSBSEN | USB_OTG_GCCFG_PWRDWN;
|
||||
#endif
|
||||
}
|
||||
|
||||
void dcd_int_enable (uint8_t rhport)
|
||||
|
Loading…
x
Reference in New Issue
Block a user