mirror of
https://github.com/blackmagic-debug/blackmagic.git
synced 2025-10-14 02:58:36 +08:00
deps: Update the commit of locm3 we look to, to pull in the latest fixes and improvements
This commit is contained in:
2
deps/libopencm3
vendored
2
deps/libopencm3
vendored
Submodule deps/libopencm3 updated: 864e6a14ae...e8f00405bd
@@ -188,7 +188,7 @@ static void stm32f723_ep_setup(usbd_device *usbd_dev, uint8_t addr, uint8_t type
|
||||
OTG_HS_DIEPCTL0 |= OTG_DIEPCTL0_SNAK;
|
||||
|
||||
/* Configure OUT part. */
|
||||
usbd_dev->doeptsiz[0] = OTG_DIEPSIZ0_STUPCNT_1 | OTG_DIEPSIZ0_PKTCNT | (max_size & OTG_DIEPSIZ0_XFRSIZ_MASK);
|
||||
usbd_dev->doeptsiz[0] = OTG_DOEPSIZ0_STUPCNT_1 | OTG_DIEPSIZ0_PKTCNT | (max_size & OTG_DIEPSIZ0_XFRSIZ_MASK);
|
||||
OTG_HS_DOEPTSIZ(0) = usbd_dev->doeptsiz[0];
|
||||
OTG_HS_DOEPCTL(0) |= OTG_DOEPCTL0_EPENA | OTG_DIEPCTL0_SNAK;
|
||||
|
||||
|
Reference in New Issue
Block a user