mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 15:12:59 +00:00
usb set value typo
This commit is contained in:
parent
bd08646768
commit
9e3479555d
1 changed files with 1 additions and 1 deletions
|
|
@ -4232,7 +4232,7 @@ static void stm32_epin_disable(FAR struct stm32_ep_s *privep)
|
|||
|
||||
regval = stm32_getreg(regaddr);
|
||||
regval |= OTG_DIEPINT_EPDISD;
|
||||
stm32_putreg(OTG_DIEPINT_EPDISD, regaddr);
|
||||
stm32_putreg(regval, regaddr);
|
||||
|
||||
|
||||
/* Flush any data remaining in the TxFIFO */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue