mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 22:03:19 -07:00
small GPO fix
This commit is contained in:
parent
d0e2275842
commit
91ab6e02f6
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ int CmdHFEMVGPO(const char *cmd) {
|
|||
// calc PDOL
|
||||
struct tlv *pdol_data_tlv = NULL;
|
||||
struct tlv data_tlv = {
|
||||
.tag = 0x01,
|
||||
.tag = 0x83,
|
||||
.len = datalen,
|
||||
.value = (uint8_t *)data,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue