diff options
| author | Yuxin Zhou <[email protected]> | 2021-02-28 04:54:47 +0000 |
|---|---|---|
| committer | Yuxin Zhou <[email protected]> | 2021-02-28 04:54:47 +0000 |
| commit | edb7e7d00bb323e6c768175a8085361d7f6c48eb (patch) | |
| tree | b3739e3cc99ba99989025f49fb4b3140fbd449d8 /common/core | |
| parent | 5d2acef877e3a9215ef495bf350fbceb06349bb5 (diff) | |
Release 6.1.5v6.1.5_rel
Diffstat (limited to 'common/core')
| -rwxr-xr-x | common/core/inc/ux_api.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/common/core/inc/ux_api.h b/common/core/inc/ux_api.h index 7932d79..11969cc 100755 --- a/common/core/inc/ux_api.h +++ b/common/core/inc/ux_api.h @@ -26,7 +26,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* ux_api.h PORTABLE C */ -/* 6.1.4 */ +/* 6.1.5 */ /* AUTHOR */ /* */ /* Chaoqiong Xiao, Microsoft Corporation */ @@ -81,6 +81,8 @@ /* added events for device */ /* connection/disconnection, */ /* resulting in version 6.1.4 */ +/* 03-02-2021 Chaoqiong Xiao Modified comment(s), */ +/* resulting in version 6.1.5 */ /* */ /**************************************************************************/ @@ -215,7 +217,7 @@ typedef signed char SCHAR; #define AZURE_RTOS_USBX #define USBX_MAJOR_VERSION 6 #define USBX_MINOR_VERSION 1 -#define USBX_PATCH_VERSION 4 +#define USBX_PATCH_VERSION 5 /* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */ |
