未验证 提交 a22b5149 编写于 作者: O openharmony_ci 提交者: Gitee

!14020 同步master修改,日志信息拼写错误,不需要翻译。

Merge pull request !14020 from liyan/monthly_20221018
......@@ -138,7 +138,7 @@ int32_t ret;
ret = GpioSetDir(3, GPIO_DIR_OUT); // Set GPIO pin 3 as an output.
if (ret != 0) {
HDF_LOGE("GpioSerDir: failed, ret %d\n", ret);
HDF_LOGE("GpioSetDir: failed, ret %d\n", ret);
return ret;
}
```
......
......@@ -133,7 +133,7 @@ int32_t ret;
ret = GpioSetDir(3, GPIO_DIR_OUT); // 将3号GPIO管脚配置为输出
if (ret != 0) {
HDF_LOGE("GpioSerDir: failed, ret %d\n", ret);
HDF_LOGE("GpioSetDir: failed, ret %d\n", ret);
return ret;
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册