mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
style
This commit is contained in:
parent
2b582c9bd0
commit
e8b75582be
1 changed files with 2 additions and 2 deletions
|
@ -230,9 +230,9 @@ static bool reset_fpga_stream(int bitstream_version, z_streamp compressed_fpga_s
|
||||||
compressed_fpga_stream->zfree = &fpga_inflate_free;
|
compressed_fpga_stream->zfree = &fpga_inflate_free;
|
||||||
|
|
||||||
int res = inflateInit2(compressed_fpga_stream, 0);
|
int res = inflateInit2(compressed_fpga_stream, 0);
|
||||||
if ( res < 0 )
|
if (res < 0)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
fpga_image_ptr = output_buffer;
|
fpga_image_ptr = output_buffer;
|
||||||
|
|
||||||
for (uint16_t i = 0; i < FPGA_BITSTREAM_FIXED_HEADER_SIZE; i++)
|
for (uint16_t i = 0; i < FPGA_BITSTREAM_FIXED_HEADER_SIZE; i++)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue