mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 13:58:32 +00:00
Update faac_slh.c
This commit is contained in:
parent
da62d8dfdd
commit
004ce97548
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ static void subghz_protocol_faac_slh_check_remote_controller
|
|||
*manufacture_name = string_get_cstr(manufacture_code->name);
|
||||
break;
|
||||
}
|
||||
} instance->cnt = decrypt & 0xFFFF;
|
||||
} instance->cnt = (decrypt & 0xFFFF);
|
||||
}
|
||||
|
||||
uint8_t subghz_protocol_decoder_faac_slh_get_hash_data(void* context) {
|
||||
|
|
Loading…
Add table
Reference in a new issue