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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user