Skip to content

Commit

Permalink
Release 6.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxin-azrtos committed Feb 28, 2021
1 parent 5d2acef commit edb7e7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions common/core/inc/ux_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */
/* */
/* ux_api.h PORTABLE C */
/* 6.1.4 */
/* 6.1.5 */
/* AUTHOR */
/* */
/* Chaoqiong Xiao, Microsoft Corporation */
Expand Down Expand Up @@ -81,6 +81,8 @@
/* added events for device */
/* connection/disconnection, */
/* resulting in version 6.1.4 */
/* 03-02-2021 Chaoqiong Xiao Modified comment(s), */
/* resulting in version 6.1.5 */
/* */
/**************************************************************************/

Expand Down Expand Up @@ -215,7 +217,7 @@ typedef signed char SCHAR;
#define AZURE_RTOS_USBX
#define USBX_MAJOR_VERSION 6
#define USBX_MINOR_VERSION 1
#define USBX_PATCH_VERSION 4
#define USBX_PATCH_VERSION 5

/* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/* FUNCTION RELEASE */
/* */
/* _ux_device_class_cdc_acm_ioctl PORTABLE C */
/* 6.1 */
/* 6.1.5 */
/* AUTHOR */
/* */
/* Chaoqiong Xiao, Microsoft Corporation */
Expand Down Expand Up @@ -76,6 +76,9 @@
/* TX symbols instead of using */
/* them directly, */
/* resulting in version 6.1 */
/* 03-02-2021 Xiuwen Cai Modified comment(s), removed */
/* unreachable statement, */
/* resulting in version 6.1.5 */
/* */
/**************************************************************************/
UINT _ux_device_class_cdc_acm_ioctl(UX_SLAVE_CLASS_CDC_ACM *cdc_acm, ULONG ioctl_function,
Expand Down Expand Up @@ -348,8 +351,6 @@ UX_SLAVE_TRANSFER *transfer_request;

/* We are done here. */
return(UX_SUCCESS);

break;

case UX_SLAVE_CLASS_CDC_ACM_IOCTL_TRANSMISSION_STOP:

Expand Down

0 comments on commit edb7e7d

Please sign in to comment.