fix IfPm3Fpc call

This commit is contained in:
Philippe Teuwen 2019-05-01 23:04:20 +02:00
parent 30d29434d5
commit 2d99c6096b

View file

@ -490,7 +490,7 @@ static int CmdAnalyseA(const char *Cmd) {
bool errors = false;
uint8_t data[PM3_CMD_DATA_SIZE] = {0x00};
if (!IfPm3Fpc) {
if (!IfPm3Fpc()) {
PrintAndLogEx(ERR, "Device has no FPC USART support");
return PM3_EDEVNOTSUPP;
}