mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
fix IfPm3Fpc call
This commit is contained in:
parent
30d29434d5
commit
2d99c6096b
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ static int CmdAnalyseA(const char *Cmd) {
|
||||||
bool errors = false;
|
bool errors = false;
|
||||||
uint8_t data[PM3_CMD_DATA_SIZE] = {0x00};
|
uint8_t data[PM3_CMD_DATA_SIZE] = {0x00};
|
||||||
|
|
||||||
if (!IfPm3Fpc) {
|
if (!IfPm3Fpc()) {
|
||||||
PrintAndLogEx(ERR, "Device has no FPC USART support");
|
PrintAndLogEx(ERR, "Device has no FPC USART support");
|
||||||
return PM3_EDEVNOTSUPP;
|
return PM3_EDEVNOTSUPP;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue