diff --git a/zh-cn/device-dev/subsystems/subsys-usbservice-guide.md b/zh-cn/device-dev/subsystems/subsys-usbservice-guide.md index c5cd8179243fdd10ff5b7b6b90c1271e6b4bbe46..011335204c6f52019e296409c4e6d16137aa72f3 100644 --- a/zh-cn/device-dev/subsystems/subsys-usbservice-guide.md +++ b/zh-cn/device-dev/subsystems/subsys-usbservice-guide.md @@ -44,7 +44,7 @@ interface为deviceList中device的interface。 ``` srvClient.BulkTransfer(pipe, endpoint, vdata, timeout); ``` -pipe为打开设备后的数据传输通道,endpoint为device中数据传输的端点,vdata是需要传输或读取的二进制数据块,timeout为传输超时时长. +pipe为打开设备后的数据传输通道,endpoint为device中数据传输的端点,vdata是需要传输或读取的二进制数据块,timeout为传输超时时长。 7. 关闭设备