mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
remove clang warning
This commit is contained in:
parent
80b4e81130
commit
3e96c27c18
1 changed files with 1 additions and 1 deletions
|
@ -2614,7 +2614,7 @@ static int CmdT55xxSetDeviceConfig(const char *Cmd) {
|
||||||
//Validations
|
//Validations
|
||||||
if (errors || cmdp == 0) return usage_lf_deviceconfig();
|
if (errors || cmdp == 0) return usage_lf_deviceconfig();
|
||||||
|
|
||||||
t55xx_configurations_t configurations = {0};
|
t55xx_configurations_t configurations = {{{0},{0},{0},{0}}};
|
||||||
|
|
||||||
if (set_defaults) {
|
if (set_defaults) {
|
||||||
// fixed bit length
|
// fixed bit length
|
||||||
|
|
Loading…
Reference in a new issue