Skip to content

Commit

Permalink
SubGhz: fix protocol scher_khan (flipperdevices#1323)
Browse files Browse the repository at this point in the history
Co-authored-by: あく <[email protected]>
  • Loading branch information
Skorpionm and skotopes authored Jun 26, 2022
1 parent f3b1475 commit 6d38740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subghz/protocols/scher_khan.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ static void subghz_protocol_scher_khan_check_remote_controller(
// break;

default:
instance->protocol_name = "Unknown";
*protocol_name = "Unknown";
instance->serial = 0;
instance->btn = 0;
instance->cnt = 0;
Expand Down

0 comments on commit 6d38740

Please sign in to comment.