mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Removed unused variables, added implicitly used headers
This commit is contained in:
parent
2d4eae7617
commit
31b6e9af2b
4 changed files with 3 additions and 8 deletions
|
@ -259,15 +259,10 @@ int CmdHF14AMfDump1k(const char *Cmd)
|
|||
{
|
||||
int i, j;
|
||||
|
||||
uint8_t keyType = 0;
|
||||
uint8_t c[3][4];
|
||||
uint8_t keyA[16][6];
|
||||
uint8_t keyB[16][6];
|
||||
uint8_t rights[16][4];
|
||||
|
||||
uint8_t isOK = 0;
|
||||
uint8_t *data = NULL;
|
||||
|
||||
FILE *fin;
|
||||
FILE *fout;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue