/****************************************Copyright (c) *************************************************** ** Guangzhou ZHIYUAN electronics Co.,LTD. ** ** http://www.embedtools.com ** **--File Info--------------------------------------------------------------------------------------------- ** File name: main.h ** Last modified Date: ** Last Version: V1.0 ** Descriptions: ** **-------------------------------------------------------------------------------------------------------- ** Created by: ** Created date: ** Version: ** Descriptions: ** **-------------------------------------------------------------------------------------------------------- ** Modified by: ** Modified date: ** Version: ** Descriptions: ** *********************************************************************************************************/ #ifndef __MAIN_H #define __MAIN_H #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /********************************************************************************************************* 在这里引入用户程序所需头文件 *********************************************************************************************************/ #include "config.h" #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __MAIN_H */ /********************************************************************************************************* END FILE *********************************************************************************************************/