RTL00_WEB/USDK/component/common/api/sdk_ver.h

14 lines
223 B
C
Raw Normal View History

2017-07-08 20:24:16 +00:00
/*
* sdk_ver.h
*
*/
#ifndef _PLATFORM_SDK_VER_H_
#define _PLATFORM_SDK_VER_H_
2017-08-03 13:40:12 +00:00
#define SDK_VER_NUM 0x40b2
2017-07-08 20:24:16 +00:00
2017-08-03 13:40:12 +00:00
#define SDK_VERSION "4.0.2" // 4.0b + 4.0b_patch_i2c_nonDNA_for_gcc(v01).zip
2017-07-08 20:24:16 +00:00
#endif /* _PLATFORM_SDK_VER_H_ */