From bd5b25af4a89ed38fe02412605ae5bdc83d439b4 Mon Sep 17 00:00:00 2001 From: liyan Date: Thu, 10 Aug 2023 09:21:49 +0000 Subject: [PATCH] update zh-cn/device-dev/porting/standard-system-porting-guide.md. Signed-off-by: li-yan339 Signed-off-by: liyan --- zh-cn/device-dev/porting/standard-system-porting-guide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zh-cn/device-dev/porting/standard-system-porting-guide.md b/zh-cn/device-dev/porting/standard-system-porting-guide.md index 8f698a8723..0b93bda0bb 100644 --- a/zh-cn/device-dev/porting/standard-system-porting-guide.md +++ b/zh-cn/device-dev/porting/standard-system-porting-guide.md @@ -247,9 +247,8 @@ HDF为LCD设计了驱动模型。支持一块新的LCD,需要编写一个驱 其中ChipDevice中要提供若干方法。 - | | | - | -------- | -------- | | 方法 | 实现说明 | + | -------- | -------- | | int32_t (\*Init)(ChipDevice \*device) | 器件初始化 | | int32_t (\*Detect)(ChipDevice \*device) | 器件探测 | | int32_t (\*Suspend)(ChipDevice \*device) | 器件休眠 | -- GitLab