summaryrefslogtreecommitdiff
path: root/common/usbx_host_classes/inc/ux_host_class_hid.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/usbx_host_classes/inc/ux_host_class_hid.h')
-rw-r--r--common/usbx_host_classes/inc/ux_host_class_hid.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/common/usbx_host_classes/inc/ux_host_class_hid.h b/common/usbx_host_classes/inc/ux_host_class_hid.h
index d7aa0d5..49b1cec 100644
--- a/common/usbx_host_classes/inc/ux_host_class_hid.h
+++ b/common/usbx_host_classes/inc/ux_host_class_hid.h
@@ -26,7 +26,7 @@
/* COMPONENT DEFINITION RELEASE */
/* */
/* ux_host_class_hid.h PORTABLE C */
-/* 6.0.2 */
+/* 6.1 */
/* AUTHOR */
/* */
/* Chaoqiong Xiao, Microsoft Corporation */
@@ -41,10 +41,12 @@
/* DATE NAME DESCRIPTION */
/* */
/* 05-19-2020 Chaoqiong Xiao Initial Version 6.0 */
-/* 08-14-2020 Chaoqiong Xiao Modified comment(s), */
-/* fixed struct field */
-/* definition issues, */
-/* resulting in version 6.0.2 */
+/* 09-30-2020 Chaoqiong Xiao Modified comment(s), */
+/* used UX prefix to refer to */
+/* TX symbols instead of using */
+/* them directly, fixed struct */
+/* field definition issues, */
+/* resulting in version 6.1 */
/* */
/**************************************************************************/
@@ -936,7 +938,7 @@ typedef struct UX_HOST_CLASS_HID_STRUCT
ux_host_class_hid_parser;
struct UX_HOST_CLASS_HID_CLIENT_STRUCT
*ux_host_class_hid_client;
- TX_SEMAPHORE ux_host_class_hid_semaphore;
+ UX_SEMAPHORE ux_host_class_hid_semaphore;
} UX_HOST_CLASS_HID;