未验证 提交 94e8f3ea 编写于 作者: K king_he 提交者: Gitee

update zh-cn/device-dev/driver/driver-peripherals-face_auth-des.md.

Signed-off-by: Nking_he <6384784@qq.com>
上级 1ac47d30
...@@ -191,7 +191,7 @@ Face_auth驱动的主要工作是为上层用户认证框架和Face_auth服务 ...@@ -191,7 +191,7 @@ Face_auth驱动的主要工作是为上层用户认证框架和Face_auth服务
.Release = HdfFaceAuthInterfaceDriverRelease, .Release = HdfFaceAuthInterfaceDriverRelease,
}; };
// 调用HDF_INIT将驱动入口注册到HDF框架中,在加载驱动时HDF框架会先调用Bind函数,再调用Init函数加载该驱动,当Init调用异常时,HDF框架会调用Release释放驱动资源并退出 // 调用HDF_INIT将驱动入口注册到HDF框架中。在加载驱动时HDF框架会先调用Bind函数,再调用Init函数加载该驱动。当Init调用异常时,HDF框架会调用Release释放驱动资源并退出
HDF_INIT(g_faceAuthInterfaceDriverEntry); HDF_INIT(g_faceAuthInterfaceDriverEntry);
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册