Another typo fixed for C++.

This commit is contained in:
H. Utku Maden 2021-04-28 18:07:53 +03:00
parent c07e036841
commit 4c54016ce8

@ -79,7 +79,7 @@ typedef struct bmx280_config_t {
bmx280_tstby_t t_standby;
bmx280_iirf_t iir_filter;
#if !(CONFIG_BMX280_EXPECT_BMP280)
bmx280_tsmpl_t h_sampling;
bmx280_hsmpl_t h_sampling;
#endif
} bmx280_config_t;