From 004ce975483759a370f01220eb4b33279e11e822 Mon Sep 17 00:00:00 2001 From: r3df0xx Date: Sat, 9 Apr 2022 02:52:13 +0300 Subject: [PATCH] Update faac_slh.c --- lib/subghz/protocols/faac_slh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/subghz/protocols/faac_slh.c b/lib/subghz/protocols/faac_slh.c index e929d9c16..ce5d23a62 100644 --- a/lib/subghz/protocols/faac_slh.c +++ b/lib/subghz/protocols/faac_slh.c @@ -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) {