Bitsync fix 2. Gerhard

This commit is contained in:
dekoninggans@gmail.com 2011-02-04 19:43:48 +00:00
parent 2f2d9fc5ac
commit 593924e751

View file

@ -450,7 +450,7 @@ static RAMFUNC int ManchesterDecoding(int v)
Demod.syncBit = 0x02;
}
if(bit & 0x01) {
if(bit & 0x01 && Demod.syncBit) {
Demod.syncBit = 0x01;
}