CHG: code clean up. Have some questions regarding the CopyVikingTo method. The configblock looks wrong..
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user