diff options
| author | Frédéric Desbiens <[email protected]> | 2025-02-24 10:11:21 -0500 |
|---|---|---|
| committer | Frédéric Desbiens <[email protected]> | 2025-02-24 10:11:21 -0500 |
| commit | 2512084d63366ea25da65d82c35f1fd0d65aa7cb (patch) | |
| tree | 4af04d5ea99731b7f130caaba80bda79ecf3f4e4 | |
| parent | 2b0a32bf0c5791ce2d14a3381829ac53fccd9db2 (diff) | |
Incremented patch version in ux_api.h.
| -rw-r--r-- | common/core/inc/ux_api.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/common/core/inc/ux_api.h b/common/core/inc/ux_api.h index afa417e..5f5feba 100644 --- a/common/core/inc/ux_api.h +++ b/common/core/inc/ux_api.h @@ -141,9 +141,12 @@ /* resulting in version 6.3.0 */ /* 12-31-2023 Chaoqiong Xiao Modified comment(s), */ /* resulting in version 6.4.0 */ -/* 03-01-2024 Tiejun Zhou Modified comment(s), */ +/* 03-01-2024 Tiejun Zhou Modified comment(s), */ /* update version number, */ /* resulting in version 6.4.1 */ +/* 02-19-2025 Frédéric Desbiens Modified comment(s), */ +/* update version number, */ +/* resulting in version 6.4.2 */ /* */ /**************************************************************************/ @@ -345,7 +348,7 @@ typedef signed char SCHAR; #define AZURE_RTOS_USBX #define USBX_MAJOR_VERSION 6 #define USBX_MINOR_VERSION 4 -#define USBX_PATCH_VERSION 1 +#define USBX_PATCH_VERSION 2 /* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */ |
