]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: fix covertyscan error CID 133851, Cardstate can't not be SIM_NOFIELD when...
authoriceman1001 <iceman@iuse.se>
Thu, 19 Jan 2017 19:18:21 +0000 (20:18 +0100)
committericeman1001 <iceman@iuse.se>
Thu, 19 Jan 2017 19:18:21 +0000 (20:18 +0100)
armsrc/iso14443b.c

index ed035d3a5e29d780a248da43ea2ca14dbee41e69..8802623d27828bdabf0cf9d43f7410e209da6691 100644 (file)
@@ -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);   
Impressum, Datenschutz