2025-04-11 09:40:32 +08:00

24 lines
673 B
C

/****************************************************************************
*
* Copy right: 2017-, Copyrigths of EigenComm Ltd.
* File name: ctw_common.h
* Description: EC618 ctwing common header file
* History: Rev1.0 2022-02-17
*
****************************************************************************/
#ifndef _CTW_COMMON_H
#define _CTW_COMMON_H
#include "mw_nvm_config.h"
#include "version.h"
#define CTW_SOFTVER "V"SDK_MAJOR_VERSION"."SDK_MINOR_VERSION"."SDK_PATCH_VERSION
#define CTW_MODULE "618evk"
#define CTW_CHIPTYPE "618"
#define CTW_CCID_LEN 20
#define CTW_IMEI_LEN 15
#define CTW_IMSI_LEN 15
#endif