mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-29 19:18:35 -07:00
Bitsync fix 2. Gerhard
This commit is contained in:
parent
2f2d9fc5ac
commit
593924e751
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ static RAMFUNC int ManchesterDecoding(int v)
|
||||||
Demod.syncBit = 0x02;
|
Demod.syncBit = 0x02;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(bit & 0x01) {
|
if(bit & 0x01 && Demod.syncBit) {
|
||||||
Demod.syncBit = 0x01;
|
Demod.syncBit = 0x01;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue