STM32F7:otgdev fixed typo
This commit is contained in:
parent
2fa8b9ba34
commit
b344936c7b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue