STMicroelectronics / STM32CubeF7

STM32Cube MCU Full Package for the STM32F7 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Other
320 stars 191 forks source link

fix function description typo in usbd_core.c #105

Closed minhaj6 closed 3 months ago

minhaj6 commented 8 months ago

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
  */
ALABSTM commented 7 months ago

Hi @minhaj6,

Thank you for this pull-request. Issue reported to our development teams. We will keep you posted.

With regards,

ALABSTM commented 7 months ago

ST Internal Reference: 167437