main.h 951 B

12345678910111213141516171819202122232425
  1. /**
  2. ******************************************************************************
  3. * @file main.h
  4. * @author FMD AE
  5. * @brief
  6. * @version V1.0.0
  7. * @data 2021-07-01
  8. ******************************************************************************
  9. */
  10. /* Define to prevent recursive inclusion -------------------------------------*/
  11. #ifndef __MAIN_H
  12. #define __MAIN_H
  13. /* Includes ------------------------------------------------------------------*/
  14. #include "ft32f0xx.h"
  15. /* Exported types ------------------------------------------------------------*/
  16. /* Exported constants --------------------------------------------------------*/
  17. /* Exported macro ------------------------------------------------------------*/
  18. /* Exported functions ------------------------------------------------------- */
  19. #endif /* __MAIN_H */
  20. /************************ (C) COPYRIGHT FMD *****END OF FILE****/