mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
Update cmdlft55xx.c
Fix travis initilisation error.
This commit is contained in:
parent
f109915ebd
commit
25182d8e2f
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ t55xx_conf_block_t config = {
|
|||
.downlink_mode = refFixedBit,
|
||||
};
|
||||
|
||||
t55xx_memory_item_t cardmem[T55x7_BLOCK_COUNT] = {0};
|
||||
t55xx_memory_item_t cardmem[T55x7_BLOCK_COUNT] = {{0}};
|
||||
|
||||
t55xx_conf_block_t Get_t55xx_Config() {
|
||||
return config;
|
||||
|
|
Loading…
Reference in a new issue