]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/fpga.h
Fix some printf/scanf format strings
[proxmark3-svn] / common / fpga.h
index 65268ecfa6334fdf7c3d02c7b41edb53c41f66d8..e2acc1ec27cc1f5422756849bc5583e6d1ab262b 100644 (file)
@@ -9,7 +9,7 @@
 
 #define FPGA_BITSTREAM_FIXED_HEADER_SIZE    sizeof(bitparse_fixed_header)
 #define FPGA_INTERLEAVE_SIZE                288
-#define FPGA_CONFIG_SIZE                    42336L  // our current fpga_[lh]f.bit files are 42175 bytes. Rounded up to next multiple of FPGA_INTERLEAVE_SIZE
+#define FPGA_CONFIG_SIZE                    ((size_t)42336)  // our current fpga_[lh]f.bit files are 42175 bytes. Rounded up to next multiple of FPGA_INTERLEAVE_SIZE
 #define FPGA_TRACE_SIZE                     3072
 
 static const uint8_t bitparse_fixed_header[] = {0x00, 0x09, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x00, 0x00, 0x01};
Impressum, Datenschutz