1.修改驱动错误。

This commit is contained in:
MacRsh
2023-11-13 16:04:21 +08:00
parent cdaab96ebf
commit 4c773d2b58

View File

@@ -539,7 +539,7 @@ static struct mr_gpio_ops gpio_drv_ops =
static struct mr_drv gpio_drv =
{
Mr_Drv_Type_Gpio,
&gpio_dev,
&gpio_drv_ops,
&gpio_drv_ops
};