From cfa6922456aaccf7e147ced82c0d3ae7038c3316 Mon Sep 17 00:00:00 2001 From: Zaltora Date: Thu, 15 Sep 2016 11:02:50 +0200 Subject: [PATCH] quick fix oups --- extras/bmp280/bmp280.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/bmp280/bmp280.h b/extras/bmp280/bmp280.h index 7f4d1a8..d96f1fa 100644 --- a/extras/bmp280/bmp280.h +++ b/extras/bmp280/bmp280.h @@ -94,7 +94,7 @@ typedef enum { typedef struct { BMP280_Mode mode; BMP280_Filter filter; - BMP280_Oversampling oversampling; // pressure oversampling + BMP280_Oversampling oversampling_pressure; // pressure oversampling BMP280_Oversampling oversampling_temperature; // temperature oversampling BMP280_Oversampling oversampling_humidity; BMP280_StandbyTime standby;