Skip to content

Commit c70c1ca

Browse files
committed
Updated version number constants
1 parent ea36a88 commit c70c1ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

common/core/inc/ux_api.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ typedef signed char SCHAR;
238238
/* Define basic constants for the USBX Stack. */
239239
#define AZURE_RTOS_USBX
240240
#define USBX_MAJOR_VERSION 6
241-
#define USBX_MINOR_VERSION 4
242-
#define USBX_PATCH_VERSION 5
243-
#define USBX_BUILD_VERSION 202504
244-
#define USBX_HOTFIX_VERSION 'a'
241+
#define USBX_MINOR_VERSION 5
242+
#define USBX_PATCH_VERSION 0
243+
#define USBX_BUILD_VERSION 202601
244+
#define USBX_HOTFIX_VERSION ' '
245245

246246
/* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */
247247

0 commit comments

Comments
 (0)