12345678910111213141516171819202122232425 |
- /**
- ******************************************************************************
- * @file main.h
- * @author FMD AE
- * @brief
- * @version V1.0.0
- * @data 2021-07-01
- ******************************************************************************
- */
- /* Define to prevent recursive inclusion -------------------------------------*/
- #ifndef __MAIN_H
- #define __MAIN_H
- /* Includes ------------------------------------------------------------------*/
- #include "ft32f0xx.h"
- /* Exported types ------------------------------------------------------------*/
- /* Exported constants --------------------------------------------------------*/
- /* Exported macro ------------------------------------------------------------*/
- /* Exported functions ------------------------------------------------------- */
- #endif /* __MAIN_H */
- /************************ (C) COPYRIGHT FMD *****END OF FILE****/
|