mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
cppchecker
This commit is contained in:
parent
b0b51e4222
commit
1b9490c6aa
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ static void *brute_thread(void *arguments) {
|
|||
uint8_t isOK = 0;
|
||||
// check if cmd exists
|
||||
isOK = checkValidCmd(decrypted);
|
||||
(void)isOK;
|
||||
|
||||
// Add a crc-check.
|
||||
isOK = checkCRC(decrypted);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue