提交 5daa8f2e 编写于 作者: O openharmony_ci 提交者: Gitee

!1055 fix: update the guidance of hdf sample

Merge pull request !1055 from Zhang/master
......@@ -48,7 +48,7 @@ root {
## 编写驱动代码<a name="section177988005"></a>
基于HDF框架编写的sample驱动代码如下:
基于HDF框架编写的sample驱动代码如下(编译参考 [驱动开发](driver-hdf-development.md))
```
#include <fcntl.h>
......@@ -120,7 +120,7 @@ HDF_INIT(g_sampleDriverEntry);
## 编写用户程序和驱动交互代码<a name="section6205173816412"></a>
基于HDF框架编写的用户态程序和驱动交互的代码如下:
基于HDF框架编写的用户态程序和驱动交互的代码如下(代码可以放在目录drivers/adapter/uhdf下面编译,build.gn可以参考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.
先完成此消息的编辑!
想要评论请 注册