This commit is contained in:
iceman1001 2018-06-03 23:32:02 +02:00
commit a2c7158f78
13 changed files with 25 additions and 30 deletions

View file

@ -419,7 +419,7 @@ int CmdIndalaSim(const char *Cmd) {
// iceman - needs refactoring
int CmdIndalaClone(const char *Cmd) {
UsbCommand c;
UsbCommand c = {0};
uint32_t uid1, uid2, uid3, uid4, uid5, uid6, uid7;
uid1 = uid2 = uid3 = uid4 = uid5 = uid6 = uid7 = 0;
uint32_t n = 0, i = 0;