 dbd48a04d4
			
		
	
	
		dbd48a04d4
		
			
		
	
	
	
	
		
			
			* [FL-3331] SubGhz: add subghz_protocol_registry external API * F18: fix API version --------- Co-authored-by: hedger <hedger@nanode.su>
		
			
				
	
	
		
			14 lines
		
	
	
		
			168 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			168 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include "registry.h"
 | |
| 
 | |
| #ifdef __cplusplus
 | |
| extern "C" {
 | |
| #endif
 | |
| 
 | |
| extern const SubGhzProtocolRegistry subghz_protocol_registry;
 | |
| 
 | |
| #ifdef __cplusplus
 | |
| }
 | |
| #endif
 |