User Activity

HAL v1.7.0, stm32f1xx_hal_pcd.c, line 199During OUT EP init we have IN EPShould I fix it on my own? for (index = 0U; index < 15U ; index++) {  hpcd->OUT_ep[index].is_in = 0U;  hpcd->OUT_ep[index].num = index;  hpcd->IN_ep[index].tx_fifo_num = index; ...