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

!4718 【OpenHarmony开源贡献者计划2022】driver-platform-gpio-des.md中取消中断示例拼写错误

Merge pull request !4718 from hgv5/modify-gpio
...@@ -302,7 +302,7 @@ static int32_t TestCaseGpioIrqEdge(void) ...@@ -302,7 +302,7 @@ static int32_t TestCaseGpioIrqEdge(void)
ret = GpioEnableIrq(gpio); ret = GpioEnableIrq(gpio);
if (ret != HDF_SUCCESS) { if (ret != HDF_SUCCESS) {
HDF_LOGE("%s: enable irq fail! ret:%d\n", __func__, ret); HDF_LOGE("%s: enable irq fail! ret:%d\n", __func__, ret);
(void)GpioUnSetIrq(gpio); (void)GpioUnsetIrq(gpio, NULL);
return ret; return ret;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册