Question
[Cube OTG USB] [Minor issue]incorrectly @param description on HAL_StatusTypeDef USB_FlushTxFifo(USB_OTG_GlobalTypeDef *USBx, uint32_t num)
The original param description:
* @param num FIFO number
* This parameter can be a value from 1 to 15
15 means Flush all Tx FIFOs
According to stm32h7 reference manual, it should be:
* @param num FIFO number
* This parameter can be a value from 1 to 15
16 means Flush all Tx FIFOs
:beaming_face_with_smiling_eyes: