STM32F7:otgdev fixed typo

This commit is contained in:
David Sidrane 2016-10-28 23:20:53 +00:00
parent 2fa8b9ba34
commit b344936c7b
1 changed files with 1 additions and 1 deletions

View File

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