Fix CMake build.
This commit is contained in:
parent
f9f49cc0d0
commit
56219ced36
4 changed files with 12 additions and 8 deletions
|
|
@ -67,7 +67,7 @@ int main(int argc, char *argv[])
|
|||
print_usage(argv);
|
||||
return 0;
|
||||
} else if (0 == strcmp(argv[arg], "-q")) {
|
||||
INFO("Quiet mode.");
|
||||
INFO("%s", "Quiet mode.");
|
||||
quiet_output = true;
|
||||
} else if((arg == argc-1) && (strlen(argv[arg]) == 8)) { // See if UID was specified as HEX string
|
||||
byte_t abtTmp[3] = { 0x00,0x00,0x00 };
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ int main(int argc,char* argv[])
|
|||
print_usage(argv);
|
||||
return 0;
|
||||
} else if (0 == strcmp(argv[arg], "-q")) {
|
||||
INFO("Quiet mode.");
|
||||
INFO("%s", "Quiet mode.");
|
||||
quiet_output = true;
|
||||
} else {
|
||||
ERR("%s is not supported option.", argv[arg]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue