From 665ccad4da175f061f35f45d8968178cfec5f9cc Mon Sep 17 00:00:00 2001 From: shawn_he Date: Fri, 7 Jan 2022 07:13:28 +0000 Subject: [PATCH] update en/device-dev/driver/driver-peripherals-usb-des.md. Signed-off-by: shawn_he --- en/device-dev/driver/driver-peripherals-usb-des.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/driver/driver-peripherals-usb-des.md b/en/device-dev/driver/driver-peripherals-usb-des.md index 5f53fc9ff00..0658b9dec90 100644 --- a/en/device-dev/driver/driver-peripherals-usb-des.md +++ b/en/device-dev/driver/driver-peripherals-usb-des.md @@ -1455,7 +1455,7 @@ HDF_INIT(g_usbSerialRawDriverEntry); ### Developing Driver Using Device DDK APIs -The core code of the USB Abstract Control Model (ACM) device is available in **drivers\peripheral\usb\gadget\function\acm\cdcacm.c**. The following is an example: +The core code of the USB Abstract Control Model (ACM) device is available in **drivers/peripheral/usb/gadget/function/acm/cdcacm.c**. The following is an example: ``` 1. Create a device. -- Gitee