未验证 提交 3c78f057 编写于 作者: L liyan 提交者: Gitee

update zh-cn/device-dev/driver/driver-platform-gpio-des.md.

Signed-off-by: Nli-yan339 <liyan339@h-partners.com>
Signed-off-by: Nliyan <liyan339@h-partners.com>
上级 546daecb
...@@ -133,7 +133,7 @@ int32_t ret; ...@@ -133,7 +133,7 @@ int32_t ret;
ret = GpioSetDir(3, GPIO_DIR_OUT); // 将3号GPIO管脚配置为输出 ret = GpioSetDir(3, GPIO_DIR_OUT); // 将3号GPIO管脚配置为输出
if (ret != 0) { if (ret != 0) {
HDF_LOGE("GpioSerDir: failed, ret %d\n", ret); HDF_LOGE("GpioSetDir: failed, ret %d\n", ret);
return ret; return ret;
} }
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册