From 2d99c6096bb8756c930ec1b28ef0b9fb1ef495a3 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 1 May 2019 23:04:20 +0200 Subject: [PATCH] fix IfPm3Fpc call --- client/cmdanalyse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdanalyse.c b/client/cmdanalyse.c index c4f318d33..ede26699b 100644 --- a/client/cmdanalyse.c +++ b/client/cmdanalyse.c @@ -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; }