mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
usb set value typo
This commit is contained in:
@@ -4232,7 +4232,7 @@ static void stm32_epin_disable(FAR struct stm32_ep_s *privep)
|
|||||||
|
|
||||||
regval = stm32_getreg(regaddr);
|
regval = stm32_getreg(regaddr);
|
||||||
regval |= OTG_DIEPINT_EPDISD;
|
regval |= OTG_DIEPINT_EPDISD;
|
||||||
stm32_putreg(OTG_DIEPINT_EPDISD, regaddr);
|
stm32_putreg(regval, regaddr);
|
||||||
|
|
||||||
|
|
||||||
/* Flush any data remaining in the TxFIFO */
|
/* Flush any data remaining in the TxFIFO */
|
||||||
|
|||||||
Reference in New Issue
Block a user