mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
Final cleanup
This commit is contained in:
parent
98438c8dd7
commit
207e5bbc53
1 changed files with 2 additions and 3 deletions
|
@ -20,7 +20,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <ctype.h>
|
|
||||||
#include "commonutil.h" // ARRAYLEN
|
#include "commonutil.h" // ARRAYLEN
|
||||||
#include "cmdparser.h" // command_t
|
#include "cmdparser.h" // command_t
|
||||||
#include "comms.h"
|
#include "comms.h"
|
||||||
|
@ -309,7 +308,7 @@ static int CmdParadoxClone(const char *Cmd) {
|
||||||
blocks[i] = bytes_to_num(raw + ((i - 1) * 4), sizeof(uint32_t));
|
blocks[i] = bytes_to_num(raw + ((i - 1) * 4), sizeof(uint32_t));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
//This function generates the bitstream and puts it in blocks. it returns the crc but we don't need it here
|
//This function generates the bitstream and puts it in blocks. it returns the crc, but we don't need it here
|
||||||
GetParadoxBits(fc, cn, blocks);
|
GetParadoxBits(fc, cn, blocks);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue