mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-11-22 05:54:19 +00:00
add
This commit is contained in:
parent
2947b7a296
commit
a82acd811f
1 changed files with 13 additions and 0 deletions
13
USDK/component/common/api/sdk_ver.h
Normal file
13
USDK/component/common/api/sdk_ver.h
Normal file
|
@ -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_ */
|
Loading…
Reference in a new issue