diff options
| author | Yuxin Zhou <[email protected]> | 2021-02-28 04:54:47 +0000 |
|---|---|---|
| committer | Yuxin Zhou <[email protected]> | 2021-02-28 04:54:47 +0000 |
| commit | edb7e7d00bb323e6c768175a8085361d7f6c48eb (patch) | |
| tree | b3739e3cc99ba99989025f49fb4b3140fbd449d8 /common/usbx_device_classes | |
| parent | 5d2acef877e3a9215ef495bf350fbceb06349bb5 (diff) | |
Release 6.1.5v6.1.5_rel
Diffstat (limited to 'common/usbx_device_classes')
| -rw-r--r-- | common/usbx_device_classes/src/ux_device_class_cdc_acm_ioctl.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/common/usbx_device_classes/src/ux_device_class_cdc_acm_ioctl.c b/common/usbx_device_classes/src/ux_device_class_cdc_acm_ioctl.c index c1488be..8c42688 100644 --- a/common/usbx_device_classes/src/ux_device_class_cdc_acm_ioctl.c +++ b/common/usbx_device_classes/src/ux_device_class_cdc_acm_ioctl.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _ux_device_class_cdc_acm_ioctl PORTABLE C */ -/* 6.1 */ +/* 6.1.5 */ /* AUTHOR */ /* */ /* Chaoqiong Xiao, Microsoft Corporation */ @@ -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, @@ -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: |
