fixes: removal of TRUE/FALSE defines into bools
This commit is contained in:
@@ -60,7 +60,7 @@ int CmdPSKNexWatch(const char *Cmd)
|
||||
//output
|
||||
PrintAndLog("NexWatch ID: %d", ID);
|
||||
if (invert){
|
||||
PrintAndLog("Had to Invert - probably NexKey");
|
||||
PrintAndLog("DEBUG: Error - NexWatch had to Invert - probably NexKey");
|
||||
for (uint8_t idx=0; idx<size; idx++)
|
||||
DemodBuffer[idx] ^= 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user