mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
revert change of DMA size
This commit is contained in:
parent
ab0c46a22b
commit
2be0bd14ee
2 changed files with 11 additions and 6 deletions
|
@ -26,7 +26,8 @@
|
|||
#define MAX_MIFARE_FRAME_SIZE 18 // biggest Mifare frame is answer to a read (one block = 16 Bytes) + 2 Bytes CRC
|
||||
#define MAX_MIFARE_PARITY_SIZE 3 // need 18 parity bits for the 18 Byte above. 3 Bytes are enough to store these
|
||||
#define CARD_MEMORY_SIZE 4096
|
||||
#define DMA_BUFFER_SIZE (512 + 256)
|
||||
//#define DMA_BUFFER_SIZE (512 + 256)
|
||||
#define DMA_BUFFER_SIZE 512
|
||||
|
||||
// 8 data bits and 1 parity bit per payload byte, 1 correction bit, 1 SOC bit, 2 EOC bits
|
||||
#define TOSEND_BUFFER_SIZE (9 * MAX_FRAME_SIZE + 1 + 1 + 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue