CAN驱动修改优化

This commit is contained in:
“hsc”
2026-08-07 09:06:43 +08:00
parent deb3544143
commit 062582e238
18 changed files with 583 additions and 558 deletions
+1 -5
View File
@@ -578,11 +578,7 @@ namespace UIShare
{
try
{
if(targetType.Name== "ZLGCANFD")
{
instance = _deviceManager.CANFD;
}
else if (targetType.Name == "IOBoardGroup")
if (targetType.Name == "IOBoardGroup")
{
instance = _deviceManager.IOGroup;
}