Skip to content

Commit 03eccbd

Browse files
authored
Updated version number constants
1 parent 83e508f commit 03eccbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/core/inc/ux_api.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,9 @@ typedef signed char SCHAR;
348348
#define AZURE_RTOS_USBX
349349
#define USBX_MAJOR_VERSION 6
350350
#define USBX_MINOR_VERSION 4
351-
#define USBX_PATCH_VERSION 3
352-
#define USBX_BUILD_VERSION 202503
353-
#define USBX_HOTFIX_VERSION ''
351+
#define USBX_PATCH_VERSION 5
352+
#define USBX_BUILD_VERSION 202504
353+
#define USBX_HOTFIX_VERSION ' '
354354

355355
/* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */
356356

0 commit comments

Comments
 (0)