mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
cppchecker fix - conditionknown
This commit is contained in:
parent
31125b9d34
commit
39fd06f947
1 changed files with 1 additions and 1 deletions
|
@ -1560,7 +1560,7 @@ static uint16_t cleanAskRawDemod(uint8_t *bits, size_t *size, int clk, int inver
|
|||
} else if (waveHigh) {
|
||||
bits[bitCnt++] = invert;
|
||||
bits[bitCnt++] = invert;
|
||||
} else if (!waveHigh) {
|
||||
} else {
|
||||
bits[bitCnt++] = invert ^ 1;
|
||||
bits[bitCnt++] = invert ^ 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue