STM32CubeF7/Middlewares
Minhaj Uddin Ahmad 20b61bcbed fix function description typo in usbd_core.c
Previously - 
```
/**
  * @brief  USBD_DeInit
  *         Re-Initialize the device library
  * @param  pdev: device instance
  * @retval status: status
  */
```
Afterwards - 
```
/**
  * @brief  USBD_DeInit
  *         De-Initialize the device library
  * @param  pdev: device instance
  * @retval status: status
  */
2024-03-08 11:35:45 +01:00
..
ST fix function description typo in usbd_core.c 2024-03-08 11:35:45 +01:00
Third_Party Release v1.17.0 2022-07-04 11:37:52 +01:00