|
|
@@ -1694,7 +1694,7 @@ static void HCD_HC_OUT_IRQHandler(HCD_HandleTypeDef *hhcd, uint8_t chnum)
|
|
|
{
|
|
|
hhcd->hc[chnum].urb_state = URB_NOTREADY;
|
|
|
|
|
|
- /* re-activate the channel */
|
|
|
+ /* Re-activate the channel */
|
|
|
tmpreg = USBx_HC(chnum)->HCCHAR;
|
|
|
tmpreg &= ~USB_OTG_HCCHAR_CHDIS;
|
|
|
tmpreg |= USB_OTG_HCCHAR_CHENA;
|