diff options
| author | Scott Larson <[email protected]> | 2020-08-14 10:45:58 -0700 |
|---|---|---|
| committer | Scott Larson <[email protected]> | 2020-08-14 10:45:58 -0700 |
| commit | 10ad1105ef70e8954e8beb684b409a5c8b5cedd1 (patch) | |
| tree | ba9c570a0b61c30f55651a838311742c7483b901 /common/core | |
| parent | 0ae68ff7d12bb4c359fa062ffd905f8cf4c58e24 (diff) | |
apply 6.0.2 patch and add additional architectures and toolchain supportv6.0.2_rel
Diffstat (limited to 'common/core')
| -rw-r--r-- | common/core/inc/ux_api.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/common/core/inc/ux_api.h b/common/core/inc/ux_api.h index 903e3ed..4dacbcf 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.0.1 */ +/* 6.0.2 */ /* AUTHOR */ /* */ /* Chaoqiong Xiao, Microsoft Corporation */ @@ -49,6 +49,9 @@ /* avoided div 0 in overflow */ /* checking macro, */ /* resulting in version 6.0.1 */ +/* 08-14-2020 Chaoqiong Xiao Modified comment(s), and */ +/* updated product constants, */ +/* resulting in version 6.0.2 */ /* */ /**************************************************************************/ @@ -137,7 +140,7 @@ typedef signed char SCHAR; #define AZURE_RTOS_USBX #define USBX_MAJOR_VERSION 6 #define USBX_MINOR_VERSION 0 -#define USBX_PATCH_VERSION 1 +#define USBX_PATCH_VERSION 2 /* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */ |
