mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-11-23 22:44:19 +00:00
13 lines
174 B
C
13 lines
174 B
C
/*
|
|
* 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_ */
|