Same line, but another typo.

This commit is contained in:
H. Utku Maden 2021-04-28 18:09:21 +03:00
parent 4c54016ce8
commit 2d174950f1

@ -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_hsmpl_t h_sampling; bme280_hsmpl_t h_sampling;
#endif #endif
} bmx280_config_t; } bmx280_config_t;