diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/core/inc/ux_api.h | 6 | ||||
| -rw-r--r-- | common/usbx_device_classes/src/ux_device_class_hid_receiver_tasks_run.c | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/common/core/inc/ux_api.h b/common/core/inc/ux_api.h index bb9c1b8..fadc4d8 100644 --- a/common/core/inc/ux_api.h +++ b/common/core/inc/ux_api.h @@ -26,7 +26,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* ux_api.h PORTABLE C */ -/* 6.3.0 */ +/* 6.4.0 */ /* AUTHOR */ /* */ /* Chaoqiong Xiao, Microsoft Corporation */ @@ -140,6 +140,8 @@ /* optimized USB descriptors, */ /* added error checks support, */ /* resulting in version 6.3.0 */ +/* 12-31-2023 Chaoqiong Xiao Modified comment(s), */ +/* resulting in version 6.4.0 */ /* */ /**************************************************************************/ @@ -340,7 +342,7 @@ typedef signed char SCHAR; /* Define basic constants for the USBX Stack. */ #define AZURE_RTOS_USBX #define USBX_MAJOR_VERSION 6 -#define USBX_MINOR_VERSION 3 +#define USBX_MINOR_VERSION 4 #define USBX_PATCH_VERSION 0 /* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */ diff --git a/common/usbx_device_classes/src/ux_device_class_hid_receiver_tasks_run.c b/common/usbx_device_classes/src/ux_device_class_hid_receiver_tasks_run.c index 9531efe..d5240de 100644 --- a/common/usbx_device_classes/src/ux_device_class_hid_receiver_tasks_run.c +++ b/common/usbx_device_classes/src/ux_device_class_hid_receiver_tasks_run.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _ux_device_class_hid_receiver_tasks_run PORTABLE C */ -/* 6.x */ +/* 6.4.0 */ /* AUTHOR */ /* */ /* Chaoqiong Xiao, Microsoft Corporation */ @@ -70,9 +70,9 @@ /* 10-31-2023 Chaoqiong Xiao Modified comment(s), */ /* added zero copy support, */ /* resulting in version 6.3.0 */ -/* xx-xx-xxxx Chaoqiong Xiao Modified comment(s), */ +/* 12-31-2023 Chaoqiong Xiao Modified comment(s), */ /* fixed save position issue, */ -/* resulting in version 6.x */ +/* resulting in version 6.4.0 */ /* */ /**************************************************************************/ UINT _ux_device_class_hid_receiver_tasks_run(UX_SLAVE_CLASS_HID *hid) |
