SubGhz: fix protocol scher_khan ()

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Skorpionm 2022-06-26 16:16:56 +04:00 committed by GitHub
parent f3b1475ede
commit 6d38740a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -233,7 +233,7 @@ static void subghz_protocol_scher_khan_check_remote_controller(
// break; // break;
default: default:
instance->protocol_name = "Unknown"; *protocol_name = "Unknown";
instance->serial = 0; instance->serial = 0;
instance->btn = 0; instance->btn = 0;
instance->cnt = 0; instance->cnt = 0;