From ee72fab7365b13d18afa6eacc0f0d73ff79c93b4 Mon Sep 17 00:00:00 2001 From: Zaltora Date: Fri, 14 Oct 2016 10:00:58 +0200 Subject: [PATCH] less redundant terms --- extras/bmp280/bmp280.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/bmp280/bmp280.h b/extras/bmp280/bmp280.h index d96f1fa..ab4274c 100644 --- a/extras/bmp280/bmp280.h +++ b/extras/bmp280/bmp280.h @@ -94,8 +94,8 @@ typedef enum { typedef struct { BMP280_Mode mode; BMP280_Filter filter; - BMP280_Oversampling oversampling_pressure; // pressure oversampling - BMP280_Oversampling oversampling_temperature; // temperature oversampling + BMP280_Oversampling oversampling_pressure; + BMP280_Oversampling oversampling_temperature; BMP280_Oversampling oversampling_humidity; BMP280_StandbyTime standby; } bmp280_params_t;