mirror of https://github.com/EspoTek/Labrador.git
Fixed Windows build
This commit is contained in:
parent
3c0616a46f
commit
26352bbc56
|
@ -128,7 +128,7 @@ void uartStyleDecoder::decodeNextUartBit(bool bitValue)
|
|||
{
|
||||
if (dataBit_current == parityIndex)
|
||||
{
|
||||
parityCheckFailed = not isParityCorrect(dataBit_current);
|
||||
parityCheckFailed = ! isParityCorrect(dataBit_current);
|
||||
dataBit_current++;
|
||||
}
|
||||
else if (dataBit_current < dataBit_max)
|
||||
|
|
Loading…
Reference in New Issue