Merge pull request #11673 from JanneKiiskila/stm32f4xx-hal-pcd

stm32f4xx_hal_pcd.c@346,22: unused variable 'ep'
pull/11688/head
Martin Kojtal 2019-10-15 21:40:15 +08:00 committed by GitHub
commit 9aee314803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -343,7 +343,6 @@ void HAL_PCD_IRQHandler(PCD_HandleTypeDef *hpcd)
USB_OTG_GlobalTypeDef *USBx = hpcd->Instance;
uint32_t i = 0U, ep_intr = 0U, epint = 0U, epnum = 0U;
uint32_t fifoemptymsk = 0U, temp = 0U;
USB_OTG_EPTypeDef *ep;
uint32_t hclk = 180000000U;
/* ensure that we are in device mode */