From 8040711b9026716982b6909cc2c9abdbb930a583 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 26 Apr 2016 21:34:24 +0200 Subject: [PATCH] REM: removed a debug function call, PrintToSendBuffer --- armsrc/iso14443b.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/armsrc/iso14443b.c b/armsrc/iso14443b.c index e45402bc..832d661a 100644 --- a/armsrc/iso14443b.c +++ b/armsrc/iso14443b.c @@ -504,7 +504,6 @@ void SimulateIso14443bTag(void) { uint8_t *resp1Code = BigBuf_malloc(ToSendMax); memcpy(resp1Code, ToSend, ToSendMax); uint16_t resp1CodeLen = ToSendMax; - PrintToSendBuffer(); DbpString("Printing Resp1Code:"); Dbhexdump(resp1CodeLen, resp1Code, 0); @@ -513,7 +512,6 @@ void SimulateIso14443bTag(void) { uint8_t *resp2Code = BigBuf_malloc(ToSendMax); memcpy(resp2Code, ToSend, ToSendMax); uint16_t resp2CodeLen = ToSendMax; - PrintToSendBuffer(); // We need to listen to the high-frequency, peak-detected path. SetAdcMuxFor(GPIO_MUXSEL_HIPKD); -- 2.39.2