1.优化命令结构。

2.框架与驱动解耦。
This commit is contained in:
MacRsh
2023-12-01 21:59:47 +08:00
parent 7d0eb9b986
commit d7a781c1dd
15 changed files with 106 additions and 81 deletions

View File

@@ -233,7 +233,7 @@ static int drv_pin_configure(struct mr_pin *pin, int number, int mode)
default:
{
break;
return MR_EINVAL;
}
}