mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11673 from JanneKiiskila/stm32f4xx-hal-pcd
stm32f4xx_hal_pcd.c@346,22: unused variable 'ep'pull/11688/head
commit
9aee314803
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue