usb_otg.c 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /**
  2. ******************************************************************************
  3. * File Name : USB_OTG.c
  4. * Description : This file provides code for the configuration
  5. * of the USB_OTG instances.
  6. ******************************************************************************
  7. * @attention
  8. *
  9. * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics.
  10. * All rights reserved.</center></h2>
  11. *
  12. * This software component is licensed by ST under BSD 3-Clause license,
  13. * the "License"; You may not use this file except in compliance with the
  14. * License. You may obtain a copy of the License at:
  15. * opensource.org/licenses/BSD-3-Clause
  16. *
  17. ******************************************************************************
  18. */
  19. /* Includes ------------------------------------------------------------------*/
  20. #include "usb_otg.h"
  21. /* USER CODE BEGIN 0 */
  22. /* USER CODE END 0 */
  23. /* USB_OTG_FS init function */
  24. void MX_USB_OTG_FS_USB_Init(void)
  25. {
  26. }
  27. /* USER CODE BEGIN 1 */
  28. /* USER CODE END 1 */
  29. /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/