diff options
| author | Frédéric Desbiens <[email protected]> | 2026-03-05 10:07:38 +0100 |
|---|---|---|
| committer | Frédéric Desbiens <[email protected]> | 2026-03-05 10:07:38 +0100 |
| commit | c70c1caa4d9a0a90c49dd48c593f9eb26e188339 (patch) | |
| tree | 1c5780d385de6d821c264741a6bbb312a4445579 | |
| parent | ea36a88e9fee4136b56e0b8faf94b9acf4c21761 (diff) | |
Updated version number constants
| -rw-r--r-- | common/core/inc/ux_api.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/core/inc/ux_api.h b/common/core/inc/ux_api.h index 430dbfd..c6fa5aa 100644 --- a/common/core/inc/ux_api.h +++ b/common/core/inc/ux_api.h @@ -238,10 +238,10 @@ typedef signed char SCHAR; /* Define basic constants for the USBX Stack. */ #define AZURE_RTOS_USBX #define USBX_MAJOR_VERSION 6 -#define USBX_MINOR_VERSION 4 -#define USBX_PATCH_VERSION 5 -#define USBX_BUILD_VERSION 202504 -#define USBX_HOTFIX_VERSION 'a' +#define USBX_MINOR_VERSION 5 +#define USBX_PATCH_VERSION 0 +#define USBX_BUILD_VERSION 202601 +#define USBX_HOTFIX_VERSION ' ' /* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */ |
