From a72e72a0f71d6d70fc28d0461df5ad70bf3870b7 Mon Sep 17 00:00:00 2001 From: Yann GASCUEL <34003959+lnv42@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:49:02 +0100 Subject: [PATCH] standalone: hf_15sim: reduce debug --- armsrc/Standalone/hf_15sim.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/armsrc/Standalone/hf_15sim.c b/armsrc/Standalone/hf_15sim.c index 5c78f1a98..07587afb9 100644 --- a/armsrc/Standalone/hf_15sim.c +++ b/armsrc/Standalone/hf_15sim.c @@ -94,10 +94,7 @@ void RunMod(void) { start_time = 0;//eof_time; res = SendDataTag(cmd, 4, true, true, recv, sizeof(recv), start_time, ISO15693_READER_TIMEOUT, &eof_time, &recvLen); if (res < 0) - { - Dbprintf("res < 0"); continue; - } if (recvLen<10) // error: recv too short { Dbprintf("recvLen<10"); @@ -158,6 +155,7 @@ void RunMod(void) { if (res < 0) { Dbprintf("res < 0"); + SpinDelay(100); continue; } if (recvLen < 4 + tag->bytesPerPage) // error: recv too short