rt-thread-official/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/templates/Inc/main.h

26 lines
951 B
C

/**
******************************************************************************
* @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****/