Update Tools

This commit is contained in:
Zhi Guan
2022-05-23 21:00:14 +08:00
parent 139f743f98
commit 11c526b053
21 changed files with 856 additions and 698 deletions

View File

@@ -235,7 +235,7 @@ int skf_release_key(SKF_KEY *key)
return 1;
}
int skf_close_deivce(SKF_DEVICE *dev)
int skf_close_device(SKF_DEVICE *dev)
{
if (SKF_UnlockDev(dev->handle) != SAR_OK
|| SKF_DisConnectDev(dev->handle) != SAR_OK) {