mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: code clean up. Have some questions regarding the CopyVikingTo method. The configblock looks wrong..
This commit is contained in:
parent
e16054a468
commit
6a09bea427
2 changed files with 11 additions and 33 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue