mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: 'hf iclass sniff' - still problems with the dmabuffer
This commit is contained in:
parent
f0a5d10354
commit
6e93ed80a3
5 changed files with 49 additions and 48 deletions
|
@ -169,6 +169,7 @@ bool intMfSniffSend() {
|
|||
uint8_t *data = BigBuf_get_addr();
|
||||
|
||||
FpgaDisableSscDma();
|
||||
|
||||
while (pckLen > 0) {
|
||||
pckSize = MIN(USB_CMD_DATA_SIZE, pckLen);
|
||||
LED_B_ON();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue