remove some debugstatments, use hdr.frame instead

This commit is contained in:
iceman1001 2020-07-13 12:20:12 +02:00
commit 27c4d994ac
2 changed files with 10 additions and 14 deletions

View file

@ -19,7 +19,7 @@
#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 256 //128 (how big is the dma?!?
#define DMA_BUFFER_SIZE 128
uint8_t *BigBuf_get_addr(void);
uint32_t BigBuf_get_size(void);