stm32: Update components to work with new H7xx HAL.

This commit is contained in:
Damien George
2019-07-03 23:40:49 +10:00
parent 9083166c4f
commit 73e8b7e0e4
7 changed files with 13 additions and 7 deletions

View File

@@ -378,8 +378,10 @@ void OTG_FS_WKUP_IRQHandler(void) {
OTG_CMD_WKUP_Handler(&pcd_fs_handle);
#if !defined(STM32H7)
/* Clear EXTI pending Bit*/
__HAL_USB_FS_EXTI_CLEAR_FLAG();
#endif
IRQ_EXIT(OTG_FS_WKUP_IRQn);
}