mirror of
https://github.com/utkumaden/esp-idf-bmx280
synced 2025-01-23 13:36:33 +01:00
Fix clear typo causing C++ incompatibility.
This commit is contained in:
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user