mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-03 19:43:09 +08:00
legic style
This commit is contained in:
parent
f1c4be446c
commit
fce36effb4
1 changed files with 2 additions and 2 deletions
|
@ -969,7 +969,7 @@ static int CmdLegicELoad(const char *Cmd) {
|
||||||
CLIParamStrToBuf(arg_get_str(ctx, 1), (uint8_t *)filename, FILE_PATH_SIZE, &fnlen);
|
CLIParamStrToBuf(arg_get_str(ctx, 1), (uint8_t *)filename, FILE_PATH_SIZE, &fnlen);
|
||||||
|
|
||||||
size_t numofbytes = 0;
|
size_t numofbytes = 0;
|
||||||
|
|
||||||
switch (arg_get_int_def(ctx, 2, 1)) {
|
switch (arg_get_int_def(ctx, 2, 1)) {
|
||||||
case 0:
|
case 0:
|
||||||
numofbytes = 22;
|
numofbytes = 22;
|
||||||
|
@ -1038,7 +1038,7 @@ static int CmdLegicESave(const char *Cmd) {
|
||||||
CLIParamStrToBuf(arg_get_str(ctx, 1), (uint8_t *)filename, FILE_PATH_SIZE, &fnlen);
|
CLIParamStrToBuf(arg_get_str(ctx, 1), (uint8_t *)filename, FILE_PATH_SIZE, &fnlen);
|
||||||
|
|
||||||
size_t numofbytes = 0;
|
size_t numofbytes = 0;
|
||||||
|
|
||||||
switch (arg_get_int_def(ctx, 2, 1)) {
|
switch (arg_get_int_def(ctx, 2, 1)) {
|
||||||
case 0:
|
case 0:
|
||||||
numofbytes = 22;
|
numofbytes = 22;
|
||||||
|
|
Loading…
Reference in a new issue