]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/BigBuf.h
fix hf mf sim (#812)
[proxmark3-svn] / armsrc / BigBuf.h
index 0553804444d39f269e9b0422751522737de7f994..00d5145fdb3dac3560e7ee854a17ffa2e9d1196d 100644 (file)
@@ -20,7 +20,7 @@
 #define MAX_PARITY_SIZE                        ((MAX_FRAME_SIZE + 7) / 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 CARD_MEMORY_SIZE               4096
 #define DMA_BUFFER_SIZE                128
 
 extern uint8_t *BigBuf_get_addr(void);
Impressum, Datenschutz