SubGhz: fix protocol scher_khan (#1323)
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user