Skip to content

Commit

Permalink
Release 6.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-ms committed Jun 3, 2021
1 parent 6280260 commit 7568997
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions common/core/src/ux_host_stack_device_string_get.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#define UX_SOURCE_CODE

#include "ux_api.h"
#include "ux_host_class_printer.h"
#include "ux_host_stack.h"


Expand All @@ -35,7 +34,7 @@
/* FUNCTION RELEASE */
/* */
/* _ux_host_stack_device_string_get PORTABLE C */
/* 6.1.4 */
/* 6.1.7 */
/* AUTHOR */
/* */
/* Chaoqiong Xiao, Microsoft Corporation */
Expand Down Expand Up @@ -73,6 +72,9 @@
/* DATE NAME DESCRIPTION */
/* */
/* 02-02-2021 Chaoqiong Xiao Initial Version 6.1.4 */
/* 06-02-2021 Chaoqiong Xiao Modified comment(s), and */
/* removed unnecessary header, */
/* resulting in version 6.1.7 */
/* */
/**************************************************************************/
UINT _ux_host_stack_device_string_get(UX_DEVICE *device, UCHAR *descriptor_buffer, ULONG length, ULONG language_id, ULONG string_index)
Expand Down

0 comments on commit 7568997

Please sign in to comment.