Update faac_slh.c

temp fix
This commit is contained in:
r3df0xx
2022-05-20 23:45:32 +03:00
parent 6b9b7a2c6d
commit 84d3fe625b
-1
View File
@@ -299,7 +299,6 @@ void* subghz_protocol_decoder_faac_slh_alloc(SubGhzEnvironment* environment) {
instance->base.protocol = &subghz_protocol_faac_slh;
instance->generic.protocol_name = instance->base.protocol->name;
instance->keystore = subghz_environment_get_keystore(environment);
seed_global = 0x0;
return instance;
}