Skip to content

Commit 7568997

Browse files
author
Bo Chen
committed
Release 6.1.7
1 parent 6280260 commit 7568997

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

common/core/src/ux_host_stack_device_string_get.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#define UX_SOURCE_CODE
2727

2828
#include "ux_api.h"
29-
#include "ux_host_class_printer.h"
3029
#include "ux_host_stack.h"
3130

3231

@@ -35,7 +34,7 @@
3534
/* FUNCTION RELEASE */
3635
/* */
3736
/* _ux_host_stack_device_string_get PORTABLE C */
38-
/* 6.1.4 */
37+
/* 6.1.7 */
3938
/* AUTHOR */
4039
/* */
4140
/* Chaoqiong Xiao, Microsoft Corporation */
@@ -73,6 +72,9 @@
7372
/* DATE NAME DESCRIPTION */
7473
/* */
7574
/* 02-02-2021 Chaoqiong Xiao Initial Version 6.1.4 */
75+
/* 06-02-2021 Chaoqiong Xiao Modified comment(s), and */
76+
/* removed unnecessary header, */
77+
/* resulting in version 6.1.7 */
7678
/* */
7779
/**************************************************************************/
7880
UINT _ux_host_stack_device_string_get(UX_DEVICE *device, UCHAR *descriptor_buffer, ULONG length, ULONG language_id, ULONG string_index)

0 commit comments

Comments
 (0)