未验证 提交 cce33c52 编写于 作者: O openharmony_ci 提交者: Gitee

!1336 #I4OWQV 已完成,请审核

Merge pull request !1336 from Annie_wang/PR1055
......@@ -50,7 +50,7 @@ root {
## Compiling the Driver Code<a name="section177988005"></a>
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 <fcntl.h>
......@@ -122,7 +122,7 @@ HDF_INIT(g_sampleDriverEntry);
## Compiling the Code for Interaction<a name="section6205173816412"></a>
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 <fcntl.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册