From a82acd811f47890e2bf3fc191e9ac6193d71b79a Mon Sep 17 00:00:00 2001 From: pvvx Date: Sat, 8 Jul 2017 23:24:16 +0300 Subject: [PATCH] add --- USDK/component/common/api/sdk_ver.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 USDK/component/common/api/sdk_ver.h diff --git a/USDK/component/common/api/sdk_ver.h b/USDK/component/common/api/sdk_ver.h new file mode 100644 index 0000000..7c20f5f --- /dev/null +++ b/USDK/component/common/api/sdk_ver.h @@ -0,0 +1,13 @@ +/* + * sdk_ver.h + * + */ + +#ifndef _PLATFORM_SDK_VER_H_ +#define _PLATFORM_SDK_VER_H_ + +#define SDK_VER_NUM 0x40a1 + +#define SDK_VERSION "4.0.1" + +#endif /* _PLATFORM_SDK_VER_H_ */