Fix Fineoffset-WH1050 return value (closes #2600)
This commit is contained in:
parent
ed794ec761
commit
2484b48211
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ static int fineoffset_wh1050_decode(r_device *decoder, bitbuffer_t *bitbuffer, u
|
|||
bitbuffer_extract_bytes(bitbuffer, 0, bitpos, br, 9 * 8);
|
||||
|
||||
if (crc8(br, 9, 0x31, 0x00)) {
|
||||
return DECODE_FAIL_MIC; // crc mismatch
|
||||
return 0; // DECODE_FAIL_MIC;
|
||||
}
|
||||
|
||||
// GETTING MESSAGE TYPE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue