diff options
| -rw-r--r-- | common/core/inc/ux_api.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/core/inc/ux_api.h b/common/core/inc/ux_api.h index 748d588..ea1c0e0 100644 --- a/common/core/inc/ux_api.h +++ b/common/core/inc/ux_api.h @@ -348,9 +348,9 @@ typedef signed char SCHAR; #define AZURE_RTOS_USBX #define USBX_MAJOR_VERSION 6 #define USBX_MINOR_VERSION 4 -#define USBX_PATCH_VERSION 3 -#define USBX_BUILD_VERSION 202503 -#define USBX_HOTFIX_VERSION '' +#define USBX_PATCH_VERSION 5 +#define USBX_BUILD_VERSION 202504 +#define USBX_HOTFIX_VERSION ' ' /* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */ |
