Merged in david_s5/nuttx-8/david_s5/stm32f7otgdev-fixed-typo--1477696794117 (pull request #161)

STM32F7:otgdev fixed typo
This commit is contained in:
Gregory Nutt 2016-10-28 23:22:52 +00:00
commit 2234efb056

View File

@ -3560,7 +3560,7 @@ static inline void stm32_otginterrupt(FAR struct stm32_usbdev_s *priv)
/* Clear OTG interrupt */ /* Clear OTG interrupt */
stm32_putreg(retval, STM32_OTG_GOTGINT); stm32_putreg(regval, STM32_OTG_GOTGINT);
} }
#endif #endif