Update faac_slh.c

This commit is contained in:
r3df0xx
2022-04-28 17:30:50 +03:00
parent eb170098b8
commit 4a1b928229
-1
View File
@@ -397,7 +397,6 @@ static void subghz_protocol_faac_slh_check_remote_controller
SubGhzKeystore* keystore,
const char** manufacture_name) {
instance->seed = seed_global;
FURI_LOG_I(TAG, "SEED (decrypt init): %8X\n", instance->seed);
uint32_t code_fix = instance->data >> 32;
uint32_t code_hop = instance->data & 0xFFFFFFFF;
instance->serial = code_fix >> 4;