less redundant terms

This commit is contained in:
Zaltora 2016-10-14 10:00:58 +02:00 committed by GitHub
parent cfa6922456
commit ee72fab736

View file

@ -94,8 +94,8 @@ typedef enum {
typedef struct { typedef struct {
BMP280_Mode mode; BMP280_Mode mode;
BMP280_Filter filter; BMP280_Filter filter;
BMP280_Oversampling oversampling_pressure; // pressure oversampling BMP280_Oversampling oversampling_pressure;
BMP280_Oversampling oversampling_temperature; // temperature oversampling BMP280_Oversampling oversampling_temperature;
BMP280_Oversampling oversampling_humidity; BMP280_Oversampling oversampling_humidity;
BMP280_StandbyTime standby; BMP280_StandbyTime standby;
} bmp280_params_t; } bmp280_params_t;