mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -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
|
@ -275,13 +275,12 @@ int CmdEM410xWatch(const char *Cmd)
|
|||
*/
|
||||
int CmdEM4x50Read(const char *Cmd)
|
||||
{
|
||||
int i, j, startblock, clock, skip, block, start, end, low, high;
|
||||
int i, j, startblock, skip, block, start, end, low, high;
|
||||
bool complete= false;
|
||||
int tmpbuff[MAX_GRAPH_TRACE_LEN / 64];
|
||||
char tmp[6];
|
||||
|
||||
high= low= 0;
|
||||
clock= 64;
|
||||
memset(tmpbuff, 0, MAX_GRAPH_TRACE_LEN / 64);
|
||||
|
||||
/* first get high and low values */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue