cppchecker fix - conditionknown

This commit is contained in:
iceman1001
2020-04-28 22:29:22 +02:00
parent 31125b9d34
commit 39fd06f947

View File

@@ -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;
}