From a602e94ca3954575f8151ae0711dcc08820bbdf2 Mon Sep 17 00:00:00 2001 From: liyan Date: Thu, 10 Aug 2023 09:23:04 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0b93bda0bb..72db49201e 100644 --- a/zh-cn/device-dev/porting/standard-system-porting-guide.md +++ b/zh-cn/device-dev/porting/standard-system-porting-guide.md @@ -331,7 +331,7 @@ Wi-Fi驱动分为两部分,一部分负责管理WLAN设备,另一个部分 | void (_Release)(struct HdfChipDriver _chipDriver) | 释放chipDriver | | uint8_t (\*GetMaxIFCount)(struct HdfChipDriverFactory \*factory) | 获取当前芯片支持的最大接口数 | - HdfChipDriver需要实现的接口有 + HdfChipDriver需要实现的接口有: | 接口 | 说明 | | -------- | -------- | -- GitLab