diff --git a/en/device-dev/driver/driver-peripherals-usb-des.md b/en/device-dev/driver/driver-peripherals-usb-des.md index 5f53fc9ff007afb9f5b471286b485fba5c85e9ab..0658b9dec90c975afe71f7f0e9d3edb6d1d215a6 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.