From: iceman1001 Date: Thu, 19 Jan 2017 19:18:21 +0000 (+0100) Subject: CHG: fix covertyscan error CID 133851, Cardstate can't not be SIM_NOFIELD when... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/10493a0f191f51516b8becca07ea0f6c48575680 CHG: fix covertyscan error CID 133851, Cardstate can't not be SIM_NOFIELD when it arrives to that switch statement. --- diff --git a/armsrc/iso14443b.c b/armsrc/iso14443b.c index ed035d3a..8802623d 100644 --- a/armsrc/iso14443b.c +++ b/armsrc/iso14443b.c @@ -659,7 +659,7 @@ void SimulateIso14443bTag(uint32_t pupi) { */ switch (cardSTATE) { - case SIM_NOFIELD: + //case SIM_NOFIELD: case SIM_HALTED: case SIM_IDLE: { LogTrace(receivedCmd, len, 0, 0, NULL, TRUE);