chg: 'hf iclass sniff' - still problems with the dmabuffer

This commit is contained in:
iceman1001 2018-01-02 19:10:55 +01:00
commit 6e93ed80a3
5 changed files with 49 additions and 48 deletions

View file

@ -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();