mirror of
				https://github.com/utkumaden/esp-idf-bmx280
				synced 2025-11-04 03:14:06 +01:00 
			
		
		
		
	Another typo fixed for C++.
This commit is contained in:
		
							parent
							
								
									c07e036841
								
							
						
					
					
						commit
						4c54016ce8
					
				@ -79,7 +79,7 @@ typedef struct bmx280_config_t {
 | 
				
			|||||||
    bmx280_tstby_t t_standby;
 | 
					    bmx280_tstby_t t_standby;
 | 
				
			||||||
    bmx280_iirf_t iir_filter;
 | 
					    bmx280_iirf_t iir_filter;
 | 
				
			||||||
    #if !(CONFIG_BMX280_EXPECT_BMP280)
 | 
					    #if !(CONFIG_BMX280_EXPECT_BMP280)
 | 
				
			||||||
    bmx280_tsmpl_t h_sampling;
 | 
					    bmx280_hsmpl_t h_sampling;
 | 
				
			||||||
    #endif
 | 
					    #endif
 | 
				
			||||||
} bmx280_config_t;
 | 
					} bmx280_config_t;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user