mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
textual
This commit is contained in:
parent
b0ffc90c16
commit
5ca50cf1b8
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ void RAMFUNC SniffIso14443a(uint8_t param) {
|
||||||
// Set up the demodulator for the reader -> tag commands
|
// Set up the demodulator for the reader -> tag commands
|
||||||
Uart14aInit(receivedCmd, receivedCmdPar);
|
Uart14aInit(receivedCmd, receivedCmdPar);
|
||||||
|
|
||||||
DbpString("Starting to sniff");
|
Dbprintf("Starting to sniff. Press PM3 Button to stop.");
|
||||||
|
|
||||||
// The DMA buffer, used to stream samples from the FPGA
|
// The DMA buffer, used to stream samples from the FPGA
|
||||||
dmabuf8_t *dma = get_dma8();
|
dmabuf8_t *dma = get_dma8();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue