diff options
| author | CQ Xiao <[email protected]> | 2023-12-28 14:07:37 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-28 14:07:37 +0800 |
| commit | 565937337ea9293c89b34464559ece37153b8633 (patch) | |
| tree | 47f846f39b7162ec10e31c8c3a98a2d2408500a6 /common/core | |
| parent | f856e41e7fbc4620e12faba04c97c2da6abc10fc (diff) | |
Update for release 6.4.0. (#131)v6.4.0_rel
Diffstat (limited to 'common/core')
| -rw-r--r-- | 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 bb9c1b8..fadc4d8 100644 --- 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.3.0 */ +/* 6.4.0 */ /* AUTHOR */ /* */ /* Chaoqiong Xiao, Microsoft Corporation */ @@ -140,6 +140,8 @@ /* optimized USB descriptors, */ /* added error checks support, */ /* resulting in version 6.3.0 */ +/* 12-31-2023 Chaoqiong Xiao Modified comment(s), */ +/* resulting in version 6.4.0 */ /* */ /**************************************************************************/ @@ -340,7 +342,7 @@ typedef signed char SCHAR; /* Define basic constants for the USBX Stack. */ #define AZURE_RTOS_USBX #define USBX_MAJOR_VERSION 6 -#define USBX_MINOR_VERSION 3 +#define USBX_MINOR_VERSION 4 #define USBX_PATCH_VERSION 0 /* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */ |
