change: move code

This commit is contained in:
lilong.129
2025-05-26 16:08:27 +08:00
parent 7045a9d452
commit 1bd2b1ba5e
6 changed files with 70 additions and 67 deletions

View File

@@ -27,7 +27,7 @@ func setupXTDriver(_ context.Context, args map[string]any) (*XTDriver, error) {
}
}
driverExt, err := NewDriverExt(platform, serial)
driverExt, err := NewXTDriverWithDefault(platform, serial)
if err != nil {
return nil, err
}