sys.c 1.1 KB

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