mirror of
				https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
				synced 2025-11-03 22:31:04 +00:00 
			
		
		
		
	DSM RX: Fix compilation
This commit is contained in:
		
							parent
							
								
									987753ff73
								
							
						
					
					
						commit
						a5e4b2c6fa
					
				@ -231,7 +231,7 @@ uint8_t packet_in[TELEMETRY_BUFFER_SIZE];//telemetry receiving packets
 | 
				
			|||||||
	#endif
 | 
						#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	//RX protocols
 | 
						//RX protocols
 | 
				
			||||||
	#if defined(AFHDS2A_RX_A7105_INO) || defined(FRSKY_RX_CC2500_INO) || defined(BAYANG_RX_NRF24L01_INO)
 | 
						#if defined(AFHDS2A_RX_A7105_INO) || defined(FRSKY_RX_CC2500_INO) || defined(BAYANG_RX_NRF24L01_INO) || defined(DSM_RX_CYRF6936_INO)
 | 
				
			||||||
		bool rx_data_started;
 | 
							bool rx_data_started;
 | 
				
			||||||
		bool rx_data_received;
 | 
							bool rx_data_received;
 | 
				
			||||||
		bool rx_disable_lna;
 | 
							bool rx_disable_lna;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user