mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 11:43:14 +08:00
fix 14a sniff timings by moving away debug msg
This commit is contained in:
parent
7195ce9b27
commit
107b3873fb
1 changed files with 2 additions and 2 deletions
|
@ -509,6 +509,8 @@ void RAMFUNC SniffIso14443a(uint8_t param) {
|
|||
// Set up the demodulator for the reader -> tag commands
|
||||
UartInit(receivedCmd, receivedCmdPar);
|
||||
|
||||
DbpString("Starting to sniff");
|
||||
|
||||
// Setup and start DMA.
|
||||
if (!FpgaSetupSscDma((uint8_t *) dmaBuf, DMA_BUFFER_SIZE)) {
|
||||
if (MF_DBGLEVEL > 1) Dbprintf("FpgaSetupSscDma failed. Exiting");
|
||||
|
@ -523,8 +525,6 @@ void RAMFUNC SniffIso14443a(uint8_t param) {
|
|||
|
||||
uint32_t rx_samples = 0;
|
||||
|
||||
DbpString("Starting to sniff");
|
||||
|
||||
// loop and listen
|
||||
while (!BUTTON_PRESS()) {
|
||||
WDT_HIT();
|
||||
|
|
Loading…
Reference in a new issue