remove unused comments

This commit is contained in:
sakumisu
2022-03-11 17:30:23 +08:00
parent 0cee453c74
commit 12729ccc5e
8 changed files with 22 additions and 57 deletions

View File

@@ -309,11 +309,6 @@ int usbd_ep_read(const uint8_t ep, uint8_t *data, uint32_t max_data_len, uint32_
return 0;
}
/**
* @brief This function handles PCD interrupt request.
* @param hpcd PCD handle
* @retval HAL status
*/
void USBD_IRQHandler(void)
{
uint16_t wIstr, wEPVal;