12 lines
412 B
C
12 lines
412 B
C
#ifndef _RELEASE_H_
|
|
#define _RELEASE_H_
|
|
|
|
#include "sdk_revision.h"
|
|
|
|
#define IP_11N_LIB_REV "W4-"BEKEN_SDK_REV"-P0" /* The SW revision of IP 11n lib */
|
|
#define BLE_4X_LIB_REV "B4-"BEKEN_SDK_REV"-P0" /* The SW revision of BLE4.x lib */
|
|
#define BLE_5X_LIB_REV "B5-"BEKEN_SDK_REV"-P0" /* The SW revision of BLE5.x lib */
|
|
#define USB_2X_LIB_REV "U2-"BEKEN_SDK_REV"-P0" /* The SW revision of USB2.x lib */
|
|
|
|
#endif
|