mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
REM: removed a debug function call, PrintToSendBuffer
This commit is contained in:
parent
a287e8cfdd
commit
8040711b90
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue