CHG: code clean up. Have some questions regarding the CopyVikingTo method. The configblock looks wrong..

This commit is contained in:
iceman1001 2015-10-15 11:30:37 +02:00
commit 6a09bea427
2 changed files with 11 additions and 33 deletions

View file

@ -232,7 +232,6 @@ int CmdEM410xWrite(const char *Cmd)
UsbCommand c = {CMD_EM410X_WRITE_TAG, {card, (uint32_t)(id >> 32), (uint32_t)id}};
SendCommand(&c);
return 0;
}