X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6df022667ddc1e827901913ad2afa9b7607c32ed..9c624f67b3c3041d171abf75d954ba9fa0ae57a4:/client/cmdlft55xx.c diff --git a/client/cmdlft55xx.c b/client/cmdlft55xx.c index 5cadd24c..5b650b30 100644 --- a/client/cmdlft55xx.c +++ b/client/cmdlft55xx.c @@ -615,6 +615,7 @@ bool tryDetectModulation(){ tests[hits].ST = FALSE; ++hits; } + //ICEMAN: are these PSKDemod calls needed? // PSK2 - needs a call to psk1TOpsk2. if ( PSKDemod("0 0 6", FALSE)) { psk1TOpsk2(DemodBuffer, DemodBufferLen); @@ -1410,10 +1411,9 @@ void t55x7_create_config_block( int tagtype ){ int CmdResetRead(const char *Cmd) { UsbCommand c = {CMD_T55XX_RESET_READ, {0,0,0}}; - clearCommandBuffer(); SendCommand(&c); - if ( !WaitForResponseTimeout(CMD_ACK,NULL,2500) ) { + if ( !WaitForResponseTimeout(CMD_ACK, NULL, 2500) ) { PrintAndLog("command execution time out"); return 0; }