mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
FIX: coverity scan error CID 121781, unused value. error 0x88 will be overritten by 0x00 directly. Don't know if this 0x88 will bug stuff out.... *wildside commit*
This commit is contained in:
parent
10493a0f19
commit
9aeda6cbfb
1 changed files with 1 additions and 0 deletions
|
@ -425,6 +425,7 @@ static RAMFUNC int ManchesterDecoding(int v)
|
|||
if(!(Demod.buffer2 & Demod.syncBit) || !(Demod.buffer3 & Demod.syncBit)) {
|
||||
Demod.state = DEMOD_UNSYNCD;
|
||||
error = 0x88;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
// TODO: use this error value to print? Ask Holiman.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue