summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Desbiens <[email protected]>2026-03-05 10:07:38 +0100
committerFrédéric Desbiens <[email protected]>2026-03-05 10:07:38 +0100
commitc70c1caa4d9a0a90c49dd48c593f9eb26e188339 (patch)
tree1c5780d385de6d821c264741a6bbb312a4445579
parentea36a88e9fee4136b56e0b8faf94b9acf4c21761 (diff)
Updated version number constants
-rw-r--r--common/core/inc/ux_api.h8
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. */