mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
cppchecker fix - conditionknown
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user