CHG: fix covertyscan error CID 133851, Cardstate can't not be SIM_NOFIELD when it arrives to that switch statement.

This commit is contained in:
iceman1001 2017-01-19 20:18:21 +01:00
parent 7898d3b55f
commit 10493a0f19

View 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);