From 4856c9f1e2927416d7a064b868e906cc27086e2c Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Wed, 23 Feb 2022 07:58:57 +0000 Subject: [PATCH] update en/device-dev/driver/driver-platform-hdmi-develop.md. Signed-off-by: Annie_wang --- en/device-dev/driver/driver-platform-hdmi-develop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/device-dev/driver/driver-platform-hdmi-develop.md b/en/device-dev/driver/driver-platform-hdmi-develop.md index d57ae51e27..2cb7bdfd6b 100644 --- a/en/device-dev/driver/driver-platform-hdmi-develop.md +++ b/en/device-dev/driver/driver-platform-hdmi-develop.md @@ -22,7 +22,7 @@ The HDMI module adaptation involves the following steps: - Add the **deviceNode** information to the **device_info.hcs** file. - (Optional) Add the **hdmi_config.hcs** file. -3. **Instantiate the HDMI controller object.** +3. Instantiate the HDMI controller object. - Initialize **HdmiCntlr**. - Instantiate **HdmiCntlrOps** in **HdmiCntlr**. For details, see the following description of **HdmiCntlrOps**. @@ -236,7 +236,7 @@ The HDMI module adaptation involves the following steps: }; ``` - - **(Important)**Instantiate the callback structure **HdmiCntlrOps** in **HdmiCntlr**. + - **(Important)** Instantiate the callback structure **HdmiCntlrOps** in **HdmiCntlr**. ```c static struct HdmiCntlrOps g_hdmiAdapterHostOps = { -- GitLab