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

26 lines
951 B
C
Raw Normal View History

2022-03-23 11:03:48 +08:00
/**
******************************************************************************
* @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****/