diff --git a/en/device-dev/driver/driver-hdf-sample.md b/en/device-dev/driver/driver-hdf-sample.md index b800b9fffa426949deaa863cdf8bd65e0a279b65..56e8e4526df79e1a530210a3e31f63838ca732e5 100644 --- a/en/device-dev/driver/driver-hdf-sample.md +++ b/en/device-dev/driver/driver-hdf-sample.md @@ -50,7 +50,7 @@ root { ## Compiling the Driver Code -The following is the sample driver code compiled based on HDF: +The following is the sample driver code compiled based on HDF (for details, see [Driver Development](driver-hdf-development.md)): ``` #include @@ -122,7 +122,7 @@ HDF_INIT(g_sampleDriverEntry); ## Compiling the Code for Interaction -The following is the sample code compiled based on HDF for interaction between the driver and user-state applications: +The following is the sample code compiled based on HDF for interaction between the driver and user-state applications. You can place the code in **drivers/adapter/uhdf** for compilation. For details about the **build.gn** file, see **drivers/framework/sample/platform/uart/dev/build.gn**. ``` #include