mirror of
				https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
				synced 2025-11-04 06:51:03 +00:00 
			
		
		
		
	Removed duplicate Telemetry defines
This commit is contained in:
		
							parent
							
								
									7a8b291189
								
							
						
					
					
						commit
						c2b9376313
					
				@ -114,15 +114,6 @@ uint8_t prev_protocol=0;
 | 
				
			|||||||
#define MAX_PKT 27
 | 
					#define MAX_PKT 27
 | 
				
			||||||
uint8_t pkt[MAX_PKT];//telemetry receiving packets
 | 
					uint8_t pkt[MAX_PKT];//telemetry receiving packets
 | 
				
			||||||
#if defined(TELEMETRY)
 | 
					#if defined(TELEMETRY)
 | 
				
			||||||
	#if defined DSM2_CYRF6936_INO
 | 
					 | 
				
			||||||
		#define DSM_TELEMETRY	
 | 
					 | 
				
			||||||
	#endif
 | 
					 | 
				
			||||||
	#if defined FRSKYX_CC2500_INO
 | 
					 | 
				
			||||||
		#define SPORT_TELEMETRY	
 | 
					 | 
				
			||||||
	#endif
 | 
					 | 
				
			||||||
	#if defined FRSKY_CC2500_INO
 | 
					 | 
				
			||||||
		#define HUB_TELEMETRY
 | 
					 | 
				
			||||||
	#endif
 | 
					 | 
				
			||||||
	uint8_t pktt[MAX_PKT];//telemetry receiving packets
 | 
						uint8_t pktt[MAX_PKT];//telemetry receiving packets
 | 
				
			||||||
#ifndef BASH_SERIAL
 | 
					#ifndef BASH_SERIAL
 | 
				
			||||||
	volatile uint8_t tx_head=0;
 | 
						volatile uint8_t tx_head=0;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user