DeviceConfig.h 791 字节
/**
 ********************************************************************
 * @file   DeviceConfig.h
 *         DeviceConfig.h的头文件
 *
 *********************************************************************
 */

/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef DEVICE_CONFIG_H
#define DEVICE_CONFIG_H

#include "JZsdk_Base/JZsdk_Code/JZsdk_Code.h"

#include "DeviceConfig/JZC1/JZC1.h"


/* Includes ------------------------------------------------------------------*/
#ifdef __cplusplus
extern "C" {
#endif



/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/

/* Exported types ------------------------------------------------------------*/


#ifdef __cplusplus
}
#endif

#endif