Explorar el Código

SubGhz: fix protocol scher_khan (#1323)

Co-authored-by: あく <alleteam@gmail.com>
Skorpionm hace 3 años
padre
commit
6d38740a46
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/subghz/protocols/scher_khan.c

+ 1 - 1
lib/subghz/protocols/scher_khan.c

@@ -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;