X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/17505ce2a74468c89747c996a72139aa9f3ca225..a1ff338bd5023bac02d51e1de5ca70fbdb90d3bf:/armsrc/iclass.c diff --git a/armsrc/iclass.c b/armsrc/iclass.c index ee305a26..5d7375a7 100644 --- a/armsrc/iclass.c +++ b/armsrc/iclass.c @@ -1146,7 +1146,7 @@ int doIClassSimulation(int simulationMode, uint8_t *reader_mac_buf) { memcpy(data_response, ToSend, ToSendMax); modulated_response = data_response; modulated_response_size = ToSendMax; - response_delay = 0;//We need to hurry here... + response_delay = 0; //We need to hurry here... (but maybe not too much... ??) //exitLoop = true; } else { //Not fullsim, we don't respond // We do not know what to answer, so lets keep quiet