app_debug.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* USER CODE BEGIN Header */
  2. /**
  3. ******************************************************************************
  4. * File Name : app_debug.h
  5. * Description : Header for app_debug.c module
  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 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. /* USER CODE END Header */
  20. /* Define to prevent recursive inclusion -------------------------------------*/
  21. #ifndef __APP_DEBUG_H
  22. #define __APP_DEBUG_H
  23. #ifdef __cplusplus
  24. extern "C" {
  25. #endif
  26. void APPD_Init(void);
  27. void APPD_EnableCPU2(void);
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31. #endif /*__APP_DEBUG_H */
  32. /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/