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

update en/device-dev/driver/driver-platform-hdmi-develop.md.

Signed-off-by: Nking_he <6384784@qq.com>
上级 5077b3da
...@@ -149,7 +149,7 @@ The HDMI module adaptation involves the following steps: ...@@ -149,7 +149,7 @@ The HDMI module adaptation involves the following steps:
.Bind = HdmiAdapterBind, .Bind = HdmiAdapterBind,
.Init = HdmiAdapterInit, .Init = HdmiAdapterInit,
.Release = HdmiAdapterRelease, .Release = HdmiAdapterRelease,
.moduleName = "adapter_hdmi_driver",// (mandatory) The value must be the same as that in the .hcs file. .moduleName = "adapter_hdmi_driver",// (Mandatory) The value must be the same as that in the .hcs file.
}; };
HDF_INIT(g_hdmiDriverEntry); // Call HDF_INIT to register the driver entry with the HDF. HDF_INIT(g_hdmiDriverEntry); // Call HDF_INIT to register the driver entry with the HDF.
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册