mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
STM32F7:otgdev fixed typo
This commit is contained in:
@@ -3560,7 +3560,7 @@ static inline void stm32_otginterrupt(FAR struct stm32_usbdev_s *priv)
|
||||
|
||||
/* Clear OTG interrupt */
|
||||
|
||||
stm32_putreg(retval, STM32_OTG_GOTGINT);
|
||||
stm32_putreg(regval, STM32_OTG_GOTGINT);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user