Fix clear typo causing C++ incompatibility.

This commit is contained in:
H. Utku Maden 2021-04-28 18:05:40 +03:00
parent efb3985572
commit c07e036841

@ -75,7 +75,7 @@ typedef enum bmx280_mode_t {
typedef struct bmx280_config_t { typedef struct bmx280_config_t {
bmx280_tsmpl_t t_sampling; bmx280_tsmpl_t t_sampling;
bmx280_tsmpl_t p_sampling; bmx280_psmpl_t p_sampling;
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)