mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07: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
|
// Set up the demodulator for the reader -> tag commands
|
||||||
UartInit(receivedCmd, receivedCmdPar);
|
UartInit(receivedCmd, receivedCmdPar);
|
||||||
|
|
||||||
|
DbpString("Starting to sniff");
|
||||||
|
|
||||||
// Setup and start DMA.
|
// Setup and start DMA.
|
||||||
if (!FpgaSetupSscDma((uint8_t *) dmaBuf, DMA_BUFFER_SIZE)) {
|
if (!FpgaSetupSscDma((uint8_t *) dmaBuf, DMA_BUFFER_SIZE)) {
|
||||||
if (MF_DBGLEVEL > 1) Dbprintf("FpgaSetupSscDma failed. Exiting");
|
if (MF_DBGLEVEL > 1) Dbprintf("FpgaSetupSscDma failed. Exiting");
|
||||||
|
@ -523,8 +525,6 @@ void RAMFUNC SniffIso14443a(uint8_t param) {
|
||||||
|
|
||||||
uint32_t rx_samples = 0;
|
uint32_t rx_samples = 0;
|
||||||
|
|
||||||
DbpString("Starting to sniff");
|
|
||||||
|
|
||||||
// loop and listen
|
// loop and listen
|
||||||
while (!BUTTON_PRESS()) {
|
while (!BUTTON_PRESS()) {
|
||||||
WDT_HIT();
|
WDT_HIT();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue