mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 18:25:07 +08:00
Update cmdlft55xx.c
removed extra comma.
This commit is contained in:
parent
6787144dbc
commit
44b25cc6ac
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ t55xx_conf_block_t config = {
|
||||||
.block0 = 0x00,
|
.block0 = 0x00,
|
||||||
.Q5 = false,
|
.Q5 = false,
|
||||||
.usepwd = false,
|
.usepwd = false,
|
||||||
.downlink_mode = refFixedBit,
|
.downlink_mode = refFixedBit
|
||||||
};
|
};
|
||||||
|
|
||||||
t55xx_memory_item_t cardmem[T55x7_BLOCK_COUNT] = {{0}};
|
t55xx_memory_item_t cardmem[T55x7_BLOCK_COUNT] = {{0}};
|
||||||
|
|
Loading…
Reference in a new issue