From d73576ecf50e346006761f56146b27e0c9669195 Mon Sep 17 00:00:00 2001 From: Yann GASCUEL <34003959+lnv42@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:04:58 +0100 Subject: [PATCH] standalone: hf_15sim: text/debug fix --- armsrc/Standalone/hf_15sim.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/armsrc/Standalone/hf_15sim.c b/armsrc/Standalone/hf_15sim.c index 07587afb9..02b22a60a 100644 --- a/armsrc/Standalone/hf_15sim.c +++ b/armsrc/Standalone/hf_15sim.c @@ -154,7 +154,6 @@ void RunMod(void) { if (res < 0) { - Dbprintf("res < 0"); SpinDelay(100); continue; } @@ -188,7 +187,7 @@ void RunMod(void) { return; } - Dbprintf("Tag dumpped"); + Dbprintf("Tag dumped"); Dbprintf("Start simulation"); SimTagIso15693(0, 0);