提交 a25aaba8 编写于 作者: u010509634's avatar u010509634

fix: gpio-des.md中取消中断调用示例拼写错误

Signed-off-by: u010509634's avatarhgv5 <htxytchg@163.com>
上级 c19ab5a2
......@@ -302,7 +302,7 @@ static int32_t TestCaseGpioIrqEdge(void)
ret = GpioEnableIrq(gpio);
if (ret != HDF_SUCCESS) {
HDF_LOGE("%s: enable irq fail! ret:%d\n", __func__, ret);
(void)GpioUnSetIrq(gpio);
(void)GpioUnsetIrq(gpio, NULL);
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册