step/tool/stm32-cli/templates/template.h
2018-01-23 08:58:46 +08:00

20 lines
854 B
C

/*******************************************************************************
* @file {{name}}.h
* @Author: MQjehovah mail:MQjehovah@hotmail.com
* @version 1.0.0
* @date {{date}}
* @brief
******************************************************************************
* @attention
*******************************************************************************/
#ifndef __{{NAME}}_H
#define __{{NAME}}_H
/* Includes ------------------------------------------------------------------*/
/* Definition ----------------------------------------------------------------*/
/* Exported ------------------------------------------------------------------*/
#endif
/*********************************END OF FILE**********************************/