mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
make style
This commit is contained in:
parent
0ab23426d6
commit
47b60d84de
4 changed files with 18 additions and 18 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},{0},{0},{0}}};
|
t55xx_configurations_t configurations = {{{0}, {0}, {0}, {0}}};
|
||||||
|
|
||||||
if (set_defaults) {
|
if (set_defaults) {
|
||||||
// fixed bit length
|
// fixed bit length
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue