Final cleanup

This commit is contained in:
Angel 2023-04-16 14:29:58 -04:00
commit 207e5bbc53

View file

@ -20,7 +20,6 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include "commonutil.h" // ARRAYLEN
#include "cmdparser.h" // command_t
#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));
}
} 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);
}