deps: Update the commit of locm3 we look to, to pull in the latest fixes and improvements

This commit is contained in:
dragonmux
2024-08-11 03:17:10 +01:00
parent e696577432
commit a98c0ea79a
2 changed files with 2 additions and 2 deletions

View File

@@ -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;