mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
remove redundant llx prix64 defines
remove unused commented out #includes coverity indicates compressed_fpga_stream.opaque needs to be initialized to Z_NULL fgetc returns int define llu
This commit is contained in:
parent
d23411ef61
commit
38d618baa9
6 changed files with 10 additions and 14 deletions
|
@ -10,7 +10,6 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
//#include <time.h> //not used - marshmellow
|
||||
#include "proxmark3.h"
|
||||
#include "ui.h"
|
||||
#include "graph.h"
|
||||
|
@ -22,8 +21,6 @@
|
|||
#include "util.h"
|
||||
#include "data.h"
|
||||
#include "lfdemod.h"
|
||||
//#include "../common/crc.h" //not used - marshmellow
|
||||
//#include "../common/iso14443crc.h" //not used - marshmellow
|
||||
#include "cmdhf14a.h" //for getTagInfo
|
||||
|
||||
#define T55x7_CONFIGURATION_BLOCK 0x00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue