mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
standalone: hf_15sim: reduce debug
This commit is contained in:
parent
bad694d779
commit
a72e72a0f7
1 changed files with 1 additions and 3 deletions
|
@ -94,10 +94,7 @@ void RunMod(void) {
|
||||||
start_time = 0;//eof_time;
|
start_time = 0;//eof_time;
|
||||||
res = SendDataTag(cmd, 4, true, true, recv, sizeof(recv), start_time, ISO15693_READER_TIMEOUT, &eof_time, &recvLen);
|
res = SendDataTag(cmd, 4, true, true, recv, sizeof(recv), start_time, ISO15693_READER_TIMEOUT, &eof_time, &recvLen);
|
||||||
if (res < 0)
|
if (res < 0)
|
||||||
{
|
|
||||||
Dbprintf("res < 0");
|
|
||||||
continue;
|
continue;
|
||||||
}
|
|
||||||
if (recvLen<10) // error: recv too short
|
if (recvLen<10) // error: recv too short
|
||||||
{
|
{
|
||||||
Dbprintf("recvLen<10");
|
Dbprintf("recvLen<10");
|
||||||
|
@ -158,6 +155,7 @@ void RunMod(void) {
|
||||||
if (res < 0)
|
if (res < 0)
|
||||||
{
|
{
|
||||||
Dbprintf("res < 0");
|
Dbprintf("res < 0");
|
||||||
|
SpinDelay(100);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (recvLen < 4 + tag->bytesPerPage) // error: recv too short
|
if (recvLen < 4 + tag->bytesPerPage) // error: recv too short
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue