mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-27 10:34:08 +08:00
minor
This commit is contained in:
parent
20c46d1af5
commit
e71e70bd9d
1 changed files with 1 additions and 2 deletions
|
@ -626,9 +626,8 @@ int I2C_get_version(uint8_t *maj, uint8_t *min) {
|
|||
*maj = resp[0];
|
||||
*min = resp[1];
|
||||
return PM3_SUCCESS;
|
||||
} else {
|
||||
return PM3_EDEVNOTSUPP;
|
||||
}
|
||||
return PM3_EDEVNOTSUPP;
|
||||
}
|
||||
|
||||
// Will read response from smart card module, retries 3 times to get the data.
|
||||
|
|
Loading…
Reference in a new issue